Преглед на файлове

Update SplitLargeMeshes.cpp

Fix typo.
Kim Kulling преди 7 години
родител
ревизия
27c9461aad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      code/SplitLargeMeshes.cpp

+ 1 - 1
code/SplitLargeMeshes.cpp

@@ -69,7 +69,7 @@ bool SplitLargeMeshesProcess_Triangle::IsActive( unsigned int pFlags) const {
 // ------------------------------------------------------------------------------------------------
 // Executes the post processing step on the given imported data.
 void SplitLargeMeshesProcess_Triangle::Execute( aiScene* pScene) {
-    if (0xffffffff == this->LIMIT || nullprt == pScene ) {
+    if (0xffffffff == this->LIMIT || nullptr == pScene ) {
         return;
     }