also unneeded

This commit is contained in:
Glenn Maynard
2003-06-21 22:39:03 +00:00
parent ca039d1aae
commit 2eef2635b0
-1
View File
@@ -642,7 +642,6 @@ void RageDisplay_OGL::DrawIndexedTriangles( const RageVertex v[], int iNumVerts,
{
if( iNumIndices == 0 )
return;
ASSERT( iNumIndices >= 3 );
ASSERT( (iNumIndices%3) == 0 );
glMatrixMode( GL_PROJECTION );
glLoadMatrixf( (const float*)GetProjection() );