Browse Source

this isn't needed anymore

Gargaj 11 years ago
parent
commit
6b8cbe5c83
1 changed files with 0 additions and 1 deletions
  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");
 			}