diff --git a/code/Importer.cpp b/code/Importer.cpp index 49cfeffa6..0a817476a 100644 --- a/code/Importer.cpp +++ b/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"); }