parent
3905951ca5
commit
4b1959649d
|
@ -357,7 +357,7 @@ void ComputeUVMappingProcess::Execute(aiScene *pScene) {
|
||||||
mappingStack.clear();
|
mappingStack.clear();
|
||||||
aiMaterial *mat = pScene->mMaterials[i];
|
aiMaterial *mat = pScene->mMaterials[i];
|
||||||
if (mat == nullptr) {
|
if (mat == nullptr) {
|
||||||
ASSIMP_LOG_INFO("Material pointer in nullptr, skipping.);
|
ASSIMP_LOG_INFO("Material pointer in nullptr, skipping.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (unsigned int a = 0; a < mat->mNumProperties; ++a) {
|
for (unsigned int a = 0; a < mat->mNumProperties; ++a) {
|
||||||
|
|
Loading…
Reference in New Issue