ComputeUVMappingprocess: add missing initialization for scalar value.

This commit is contained in:
Kim Kulling
2016-09-04 20:35:07 +02:00
parent bcdc79ba73
commit 9d4d2b2a1c

View File

@@ -437,7 +437,7 @@ void ComputeUVMappingProcess::Execute( aiScene* pScene)
}
}
unsigned int idx;
unsigned int idx( 99999999 );
// Check whether we have this mapping mode already
std::list<MappingInfo>::iterator it = std::find (mappingStack.begin(),mappingStack.end(), info);