Update ColladaParser.cpp

Introduce workaround again to fix the build.
pull/704/head
Kim Kulling 2015-12-09 15:07:58 +01:00
parent 9ae7d438f0
commit bf4ca8162d
1 changed files with 1 additions and 1 deletions

View File

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