From c8e02ec0aec422f28c9fe6227f9483835d59f605 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Jun 2003 01:53:04 +0000 Subject: [PATCH] cosmetic --- stepmania/src/RageDisplay_OGL.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 );