Malcolm Tyrrell пре 4 година
родитељ
комит
d9b90f714a
1 измењених фајлова са 1 додато и 1 уклоњено
  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.
 void FindDegeneratesProcess::Execute( aiScene* pScene) {
     ASSIMP_LOG_DEBUG("FindDegeneratesProcess begin");
-    if ( null == pScene) {
+    if ( nullptr == pScene) {
         return;
     }