Update ObjFileMtlImporter.cpp

pull/3493/head
Kim Kulling 2020-11-10 10:23:28 +01:00 committed by GitHub
parent 856d4c016e
commit a8381113eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void ObjFileMtlImporter::load() {
} else if (*m_DataIt == 'r') {
// Material transmission alpha value
++m_DataIt;
getFloatValue(&m_pModel->m_pCurrentMaterial->alpha);
getFloatValue(m_pModel->m_pCurrentMaterial->alpha);
}
m_DataIt = skipLine<DataArrayIt>(m_DataIt, m_DataItEnd, m_uiLine);
} break;