Remove duplicate call to exporter. Fixes issue #2718.
parent
aff323981c
commit
929d83398d
|
@ -447,7 +447,6 @@ aiReturn Exporter::Export( const aiScene* pScene, const char* pFormatId, const c
|
|||
ExportProperties* pProp = pProperties ? (ExportProperties*)pProperties : &emptyProperties;
|
||||
pProp->SetPropertyBool("bJoinIdenticalVertices", must_join_again);
|
||||
exp.mExportFunction(pPath,pimpl->mIOSystem.get(),scenecopy.get(), pProp);
|
||||
exp.mExportFunction(pPath,pimpl->mIOSystem.get(),scenecopy.get(), pProp);
|
||||
|
||||
pimpl->mProgressHandler->UpdateFileWrite(4, 4);
|
||||
} catch (DeadlyExportError& err) {
|
||||
|
|
Loading…
Reference in New Issue