diff --git a/sc2/src/sc2code/libs/graphics/sdl/opengl.c b/sc2/src/sc2code/libs/graphics/sdl/opengl.c index 1f45983b4..1eca99a5f 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/opengl.c +++ b/sc2/src/sc2code/libs/graphics/sdl/opengl.c @@ -105,7 +105,7 @@ AttemptColorDepth (int flags, int width, int height, int bpp) break; } - SDL_GL_SetAttribute (SDL_GL_DEPTH_SIZE, bpp); + SDL_GL_SetAttribute (SDL_GL_DEPTH_SIZE, 0); SDL_GL_SetAttribute (SDL_GL_DOUBLEBUFFER, 1); videomode_flags = SDL_OPENGL;