From 9d4d2b2a1c549d4e958c8e0637d483a7f4e948d4 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 4 Sep 2016 20:35:07 +0200 Subject: [PATCH] ComputeUVMappingprocess: add missing initialization for scalar value. --- code/ComputeUVMappingProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ComputeUVMappingProcess.cpp b/code/ComputeUVMappingProcess.cpp index 33a6f4e..ff5142f 100644 --- a/code/ComputeUVMappingProcess.cpp +++ b/code/ComputeUVMappingProcess.cpp @@ -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::iterator it = std::find (mappingStack.begin(),mappingStack.end(), info); -- 2.7.4