From 478ce8af5a38b8536bd0b507aa071be6a9054898 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 15 May 2023 09:25:44 +0200 Subject: [PATCH] Update Exporter.cpp --- code/Common/Exporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());