diff --git a/stepmania/src/RageDisplay.cpp b/stepmania/src/RageDisplay.cpp index 8c04c64ebc..4fe0895d90 100644 --- a/stepmania/src/RageDisplay.cpp +++ b/stepmania/src/RageDisplay.cpp @@ -223,7 +223,7 @@ bool RageDisplay::SetVideoMode( bool windowed, int width, int height, int bpp, i } SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 16); - SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, TRUE); + SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, true); #ifdef SDL_HAS_REFRESH_RATE if(rate == REFRESH_DEFAULT)