(SubMesh) Renamed GetSkinIndex to GetMaterialIndex

Former-commit-id: 7d28e3baa39342234495c9637e7e4886ffdc4b5a
This commit is contained in:
Lynix
2012-11-27 21:44:32 +01:00
parent 626cebfffa
commit 5d9bf5ed7b
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ nzPrimitiveType NzSubMesh::GetPrimitiveType() const
return m_primitiveType;
}
unsigned int NzSubMesh::GetSkinIndex() const
unsigned int NzSubMesh::GetMaterialIndex() const
{
return m_matIndex;
}