this isn't needed anymore

This commit is contained in:
Gargaj
2014-08-05 00:10:23 +02:00
parent dbc553343c
commit 6b8cbe5c83

View File

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