pull/3484/head
Malcolm Tyrrell 2020-11-16 11:06:39 +00:00
parent 3ce0958b98
commit d9b90f714a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void FindDegeneratesProcess::SetupProperties(const Importer* pImp) {
// Executes the post processing step on the given imported data. // Executes the post processing step on the given imported data.
void FindDegeneratesProcess::Execute( aiScene* pScene) { void FindDegeneratesProcess::Execute( aiScene* pScene) {
ASSIMP_LOG_DEBUG("FindDegeneratesProcess begin"); ASSIMP_LOG_DEBUG("FindDegeneratesProcess begin");
if ( null == pScene) { if ( nullptr == pScene) {
return; return;
} }