fix correct folder naming scheme.

This commit is contained in:
Kim Kulling
2017-12-06 22:15:34 +01:00
parent 95e9cd75fa
commit c23c63e821
2 changed files with 19 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ bool D3MFExporter::export3DModel() {
info->type = XmlTag::PACKAGE_START_PART_RELATIONSHIP_TYPE;
mRelations.push_back( info );
writeModelToArchive( "/3D", "3DModel.model" );
writeModelToArchive( "3D", "3DModel.model" );
mModelOutput.flush();
return true;