diff --git a/OpenRA.Gl/GraphicsDevice.cs b/OpenRA.Gl/GraphicsDevice.cs index 093111efb0..28351cf544 100644 --- a/OpenRA.Gl/GraphicsDevice.cs +++ b/OpenRA.Gl/GraphicsDevice.cs @@ -101,6 +101,8 @@ namespace OpenRA.GlRenderer CheckGlError(); Gl.glEnableClientState(Gl.GL_TEXTURE_COORD_ARRAY); CheckGlError(); + + Sdl.SDL_SetModState(0); // i have had enough. } static Cg.CGerrorCallbackFuncDelegate CgErrorCallback = () =>