2
0
Эх сурвалжийг харах

Update ColladaParser.cpp

Introduce workaround again to fix the build.
Kim Kulling 9 жил өмнө
parent
commit
bf4ca8162d

+ 1 - 1
code/ColladaParser.cpp

@@ -104,7 +104,7 @@ ColladaParser::ColladaParser( IOSystem* pIOHandler, const std::string& pFile)
     ReadContents();
 
     // release file after import
-    pIOHandler->Close( file.get() );
+    //pIOHandler->Close( file.get() );
 }
 
 // ------------------------------------------------------------------------------------------------