From 7abab1449c6c5a9ba9db1f1f4e240d800c5af362 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 18 Jul 2013 18:13:46 +1200 Subject: [PATCH] Remove obsolete stencil buffer configuration. --- OpenRA.Renderer.SdlCommon/SdlGraphics.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Renderer.SdlCommon/SdlGraphics.cs b/OpenRA.Renderer.SdlCommon/SdlGraphics.cs index 08bb0fcc15..4719d6cdb6 100644 --- a/OpenRA.Renderer.SdlCommon/SdlGraphics.cs +++ b/OpenRA.Renderer.SdlCommon/SdlGraphics.cs @@ -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)