This commit is contained in:
Glenn Maynard
2003-06-21 22:37:59 +00:00
parent 93b3612685
commit ca039d1aae
-1
View File
@@ -628,7 +628,6 @@ void RageDisplay_OGL::DrawTriangles( const RageVertex v[], int iNumVerts )
{
if( iNumVerts == 0 )
return;
ASSERT( iNumVerts >= 3 );
ASSERT( (iNumVerts%3) == 0 );
glMatrixMode( GL_PROJECTION );
glLoadMatrixf( (const float*)GetProjection() );