This commit is contained in:
Glenn Maynard
2006-07-26 01:43:51 +00:00
parent fd424585f2
commit b6e161889c
-3
View File
@@ -1197,9 +1197,6 @@ void RageDisplay_OGL::DrawQuadStripInternal( const RageSpriteVertex v[], int iNu
void RageDisplay_OGL::DrawFanInternal( const RageSpriteVertex v[], int iNumVerts )
{
TurnOffHardwareVBO();
glMatrixMode( GL_PROJECTION );
SendCurrentMatrices();
SetupVertices( v, iNumVerts );