ComputeUVMappingprocess: add missing initialization for scalar value.

pull/958/merge
Kim Kulling 2016-09-04 20:35:07 +02:00
parent bcdc79ba73
commit 9d4d2b2a1c
1 changed files with 1 additions and 1 deletions

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 // Check whether we have this mapping mode already
std::list<MappingInfo>::iterator it = std::find (mappingStack.begin(),mappingStack.end(), info); std::list<MappingInfo>::iterator it = std::find (mappingStack.begin(),mappingStack.end(), info);