Update ComputeUVMappingProcess.cpp

Add missing token.
pull/5541/head
Kim Kulling 2024-04-11 12:10:31 +02:00 committed by GitHub
parent 3905951ca5
commit 4b1959649d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ void ComputeUVMappingProcess::Execute(aiScene *pScene) {
mappingStack.clear();
aiMaterial *mat = pScene->mMaterials[i];
if (mat == nullptr) {
ASSIMP_LOG_INFO("Material pointer in nullptr, skipping.);
ASSIMP_LOG_INFO("Material pointer in nullptr, skipping.");
continue;
}
for (unsigned int a = 0; a < mat->mNumProperties; ++a) {