Explorar o código

Fix build: use ai_assert instead of assert.

Kim Kulling %!s(int64=9) %!d(string=hai) anos
pai
achega
f45aeca3f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/Assimp.cpp

+ 1 - 1
code/Assimp.cpp

@@ -150,7 +150,7 @@ void ReportSceneNotFoundError()
     DefaultLogger::get()->error("Unable to find the Assimp::Importer for this aiScene. "
         "The C-API does not accept scenes produced by the C++ API and vice versa");
 
-    assert(false);
+    ai_assert(false);
 }
 
 // ------------------------------------------------------------------------------------------------