Fix build: use ai_assert instead of assert.

This commit is contained in:
Kim Kulling
2016-11-22 21:17:47 +01:00
parent 566aa1ae00
commit f45aeca3f6

View File

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