cleanup
This commit is contained in:
@@ -1197,9 +1197,6 @@ void RageDisplay_OGL::DrawQuadStripInternal( const RageSpriteVertex v[], int iNu
|
|||||||
void RageDisplay_OGL::DrawFanInternal( const RageSpriteVertex v[], int iNumVerts )
|
void RageDisplay_OGL::DrawFanInternal( const RageSpriteVertex v[], int iNumVerts )
|
||||||
{
|
{
|
||||||
TurnOffHardwareVBO();
|
TurnOffHardwareVBO();
|
||||||
|
|
||||||
glMatrixMode( GL_PROJECTION );
|
|
||||||
|
|
||||||
SendCurrentMatrices();
|
SendCurrentMatrices();
|
||||||
|
|
||||||
SetupVertices( v, iNumVerts );
|
SetupVertices( v, iNumVerts );
|
||||||
|
|||||||
Reference in New Issue
Block a user