replace NULL and avoid ai_assert with more than 2 tests.

This commit is contained in:
Kim Kulling
2020-06-23 21:05:42 +02:00
659 changed files with 30283 additions and 48642 deletions

View File

@@ -508,7 +508,7 @@ void TextureTransformStep::Execute( aiScene* pScene)
aiVector3D* dest, *end;
dest = mesh->mTextureCoords[n];
ai_assert(NULL != src);
ai_assert(nullptr != src);
// Copy the data to the destination array
if (dest != src)