diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index bed9329815..b58e3d13f0 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -533,11 +533,6 @@ void RageDisplay_OGL::SaveScreenshot( CString sPath ) SDL_FreeSurface( temp ); } -CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const -{ - return ""; -} - RageDisplay::VideoModeParams RageDisplay_OGL::GetVideoModeParams() const { return wind->GetVideoModeParams(); } static void SetupVertices( const RageVertex v[], int iNumVerts ) @@ -1034,6 +1029,11 @@ void RageDisplay_OGL::UpdateTexture( glFlush(); } +CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const +{ + return ""; +} + void RageDisplay_OGL::SetAlphaTest( bool b ) { glAlphaFunc( GL_GREATER, 0.01f );