diff --git a/code/Common/Exporter.cpp b/code/Common/Exporter.cpp index 0a5927ce7..b8dabfff4 100644 --- a/code/Common/Exporter.cpp +++ b/code/Common/Exporter.cpp @@ -483,7 +483,7 @@ aiReturn Exporter::Export( const aiScene* pScene, const char* pFormatId, const c } pimpl->mProgressHandler->UpdateFileWrite(3, 4); - + if(must_join_again) { JoinVerticesProcess proc; proc.Execute(scenecopy.get());