浏览代码

Update Exporter.cpp

Kim Kulling 2 年之前
父节点
当前提交
478ce8af5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
                 pimpl->mProgressHandler->UpdateFileWrite(3, 4);
-            
+
                 if(must_join_again) {
                 if(must_join_again) {
                     JoinVerticesProcess proc;
                     JoinVerticesProcess proc;
                     proc.Execute(scenecopy.get());
                     proc.Execute(scenecopy.get());