BUGFIX : Fix incorrect INSTALL target.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@558 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2010-02-27 14:04:14 +00:00
parent e8675dba75
commit 78f27eef13
2 changed files with 88 additions and 44 deletions

View File

@@ -390,6 +390,7 @@ void ObjFileParser::getMaterialDesc()
{
// Found, using detected material
m_pModel->m_pCurrentMaterial = (*it).second;
m_pModel->m_pCurrentMesh->m_uiMaterialIndex = getMaterialIndex( strName );
}
// Skip rest of line