MMD: Remove bogus assert

It can be triggered by input file, it's undocumented and it looks like nothing breaks
pull/1656/head
Turo Lamminen 2017-12-24 22:15:19 +02:00
parent 90cdd0f20c
commit 55e69272bd
1 changed files with 0 additions and 2 deletions

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;