Fix STL Expoter error.
parent
c52e5c4da8
commit
8ba1d38dea
|
@ -147,7 +147,7 @@ STLExporter::STLExporter(const char* _filename, const aiScene* pScene, bool expo
|
||||||
for(unsigned int i = 0; i < pScene->mNumMeshes; ++i) {
|
for(unsigned int i = 0; i < pScene->mNumMeshes; ++i) {
|
||||||
WriteMesh(pScene->mMeshes[ i ]);
|
WriteMesh(pScene->mMeshes[ i ]);
|
||||||
}
|
}
|
||||||
mOutput << EndSolidToken << name << endl;
|
mOutput << EndSolidToken << " " << name << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue