Utility: Fix some warnings

Former-commit-id: 743eae3bfca7871bdd4c180c53a1ee09fa9dcc5a
This commit is contained in:
Lynix
2016-05-03 23:18:08 +02:00
parent a6c13f85af
commit d678951c33
2 changed files with 3 additions and 3 deletions

View File

@@ -209,5 +209,5 @@ namespace Nz
void SubMesh::SetMaterialIndex(unsigned int matIndex)
{
m_matIndex = matIndex;
}
}
}