소스 검색

Update ColladaParser.cpp

Introduce workaround again to fix the build.
Kim Kulling 9 년 전
부모
커밋
bf4ca8162d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/ColladaParser.cpp

+ 1 - 1
code/ColladaParser.cpp

@@ -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() );
 }
 }
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------