X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Fgl%2Fgl_renderer.cpp;h=d9ab2e6df85b7211465a85cdaf9a88a18309d8d8;hb=9478bbd584a41256bf20536e16ef950207343051;hp=0b539972e50846fbc6b34894663955efde55f3ce;hpb=8b00cedf270a3ef7f853ea42558d799a7e3f465c;p=supertux.git diff --git a/src/video/gl/gl_renderer.cpp b/src/video/gl/gl_renderer.cpp index 0b539972e..d9ab2e6df 100644 --- a/src/video/gl/gl_renderer.cpp +++ b/src/video/gl/gl_renderer.cpp @@ -520,7 +520,7 @@ GLRenderer::resize(int w, int h) { // This causes the screen to go black, which is annoying, but seems // unavoidable with SDL at the moment - SDL_SetVideoMode(w, h, 0, SDL_OPENGL /*| SDL_RESIZABLE*/); + SDL_SetVideoMode(w, h, 0, SDL_OPENGL | SDL_RESIZABLE); g_config->window_size = Size(w, h);