Message ID | 20110721123635.17019.15044.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'src/screen-sdl-glesv2.cpp' --- src/screen-sdl-glesv2.cpp 2011-01-25 15:00:12 +0000 +++ src/screen-sdl-glesv2.cpp 2011-04-15 17:36:47 +0000 @@ -25,7 +25,7 @@ #include "sdlgles/SDL_gles.h" ScreenSDLGLESv2::ScreenSDLGLESv2(int pWidth, int pHeight, int pBpp, int pFullScreen, int pFlags) - : ScreenSDL(pWidth, pHeight, pBpp, pFullScreen, pFlags | SDL_OPENGL) + : ScreenSDL(pWidth, pHeight, pBpp, pFullScreen, pFlags) { mInitSuccess = 0;