Browse Source

Update Exporter.cpp

Kim Kulling 2 years ago
parent
commit
478ce8af5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Common/Exporter.cpp

+ 1 - 1
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());