also unneeded
This commit is contained in:
@@ -642,7 +642,6 @@ void RageDisplay_OGL::DrawIndexedTriangles( const RageVertex v[], int iNumVerts,
|
|||||||
{
|
{
|
||||||
if( iNumIndices == 0 )
|
if( iNumIndices == 0 )
|
||||||
return;
|
return;
|
||||||
ASSERT( iNumIndices >= 3 );
|
|
||||||
ASSERT( (iNumIndices%3) == 0 );
|
ASSERT( (iNumIndices%3) == 0 );
|
||||||
glMatrixMode( GL_PROJECTION );
|
glMatrixMode( GL_PROJECTION );
|
||||||
glLoadMatrixf( (const float*)GetProjection() );
|
glLoadMatrixf( (const float*)GetProjection() );
|
||||||
|
|||||||
Reference in New Issue
Block a user