Malcolm Tyrrell %!s(int64=5) %!d(string=hai) anos
pai
achega
d9b90f714a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/PostProcessing/FindDegenerates.cpp

+ 1 - 1
code/PostProcessing/FindDegenerates.cpp

@@ -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;
     }
     }