MMD: Remove bogus assert

It can be triggered by input file, it's undocumented and it looks like nothing breaks
This commit is contained in:
Turo Lamminen
2017-12-24 22:15:19 +02:00
parent 90cdd0f20c
commit 55e69272bd

View File

@@ -141,8 +141,6 @@ void MMDImporter::CreateDataFromImport(const pmx::PmxModel *pModel,
aiNode *pNode = new aiNode;
if (!pModel->model_name.empty()) {
pNode->mName.Set(pModel->model_name);
} else {
ai_assert(false);
}
pScene->mRootNode = pNode;