Remove obsolete stencil buffer configuration.

This commit is contained in:
Paul Chote
2013-07-18 18:13:46 +12:00
parent 7853c2127e
commit 7abab1449c

View File

@@ -49,7 +49,6 @@ namespace OpenRA.Renderer.SdlCommon
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_GREEN_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_BLUE_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_ALPHA_SIZE, 0);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_STENCIL_SIZE, 1);
int windowFlags = 0;
switch (window)