X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvideo.cpp;h=e7ed63ff344ce222afc475d8c40b3d01e6de4a89;hb=836c7fa1f3e2dc3ec9849cac2584d4544bf2fba4;hp=4b9507dc363c9212379f2c0b542e5f95aaff4a32;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/video.cpp b/src/video.cpp index 4b9507d..e7ed63f 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -50,9 +50,9 @@ bool VideoInit(void) if (vjs.useOpenGL) { - // Initializing SDL attributes with OpenGL - SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 0); - SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); + // Initializing SDL attributes with OpenGL + SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 0); + SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); mainSurfaceFlags = SDL_OPENGL; } else