]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/video.cpp
Moving GUI stuff to proper subdirectory for easier maintenance. :-)
[virtualjaguar] / src / video.cpp
index 4b9507dc363c9212379f2c0b542e5f95aaff4a32..e7ed63ff344ce222afc475d8c40b3d01e6de4a89 100644 (file)
@@ -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