nevermind... again.

This commit is contained in:
AJ Kelly
2010-12-22 12:23:02 -06:00
parent 121a51113e
commit 7463672a9f
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -460,7 +460,6 @@ void Model::DrawPrimitives()
void Model::DrawMesh( int i ) const
{
const msMesh *pMesh = &m_pGeometry->m_Meshes[i];
ASSERT(pMesh);
// apply mesh-specific bone (if any)
if( pMesh->m_iBoneIndex != -1 )