浏览代码

this isn't needed anymore

Gargaj 11 年之前
父节点
当前提交
6b8cbe5c83
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      code/Importer.cpp

+ 0 - 1
code/Importer.cpp

@@ -678,7 +678,6 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
 			ScenePreprocessor pre(pimpl->mScene);
 			pre.ProcessScene();
 
-			pimpl->mProgressHandler->Update();
 			if (profiler) {
 				profiler->EndRegion("preprocess");
 			}