cosmetic
This commit is contained in:
@@ -533,11 +533,6 @@ void RageDisplay_OGL::SaveScreenshot( CString sPath )
|
|||||||
SDL_FreeSurface( temp );
|
SDL_FreeSurface( temp );
|
||||||
}
|
}
|
||||||
|
|
||||||
CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
RageDisplay::VideoModeParams RageDisplay_OGL::GetVideoModeParams() const { return wind->GetVideoModeParams(); }
|
RageDisplay::VideoModeParams RageDisplay_OGL::GetVideoModeParams() const { return wind->GetVideoModeParams(); }
|
||||||
|
|
||||||
static void SetupVertices( const RageVertex v[], int iNumVerts )
|
static void SetupVertices( const RageVertex v[], int iNumVerts )
|
||||||
@@ -1034,6 +1029,11 @@ void RageDisplay_OGL::UpdateTexture(
|
|||||||
glFlush();
|
glFlush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const
|
||||||
|
{
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
void RageDisplay_OGL::SetAlphaTest( bool b )
|
void RageDisplay_OGL::SetAlphaTest( bool b )
|
||||||
{
|
{
|
||||||
glAlphaFunc( GL_GREATER, 0.01f );
|
glAlphaFunc( GL_GREATER, 0.01f );
|
||||||
|
|||||||
Reference in New Issue
Block a user