3MF: fix working test for 3MF-export.

This commit is contained in:
Kim Kulling
2017-12-06 21:41:48 +01:00
parent d3833fe804
commit 95e9cd75fa
6 changed files with 73 additions and 14 deletions

View File

@@ -100,7 +100,6 @@ public:
scene->mRootNode->mChildren = new aiNode*[scene->mRootNode->mNumChildren]();
std::copy(children.begin(), children.end(), scene->mRootNode->mChildren);
}
private: