Merge branch 'master' into verboseLogging

This commit is contained in:
Kim Kulling
2020-05-21 18:30:52 +02:00
committed by GitHub
78 changed files with 715 additions and 204 deletions

View File

@@ -124,7 +124,7 @@ void FindInvalidDataProcess::Execute(aiScene *pScene) {
if (2 == result) {
// remove this mesh
delete pScene->mMeshes[a];
AI_DEBUG_INVALIDATE_PTR(pScene->mMeshes[a]);
pScene->mMeshes[a] = NULL;
meshMapping[a] = UINT_MAX;
continue;