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