Merge pull request #3294 from rmstyrczula/FindInvalidData

FindInvalidDataProcess: Mark removed meshes as "out"
pull/3290/head^2
Kim Kulling 2020-06-25 16:50:51 +02:00 committed by GitHub
commit 8a57d5df40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ void FindInvalidDataProcess::Execute(aiScene *pScene) {
pScene->mMeshes[a] = nullptr;
meshMapping[a] = UINT_MAX;
out = true;
continue;
}