this isn't needed anymore

pull/326/head
Gargaj 2014-08-05 00:10:23 +02:00
parent dbc553343c
commit 6b8cbe5c83
1 changed files with 0 additions and 1 deletions

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