From 15034dd55bda87ac9f4440cf102d830cdbc75e6e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 19 Feb 2010 18:47:14 +1300 Subject: [PATCH] (re)fixed exit behavior. on .net/win with ATI card and catalyst-10.4, still have AV in the GL ICD (atioglxx.dll) --- OpenRa.Gl/GraphicsDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRa.Gl/GraphicsDevice.cs b/OpenRa.Gl/GraphicsDevice.cs index b1f626e0c5..e6534a0d23 100644 --- a/OpenRa.Gl/GraphicsDevice.cs +++ b/OpenRa.Gl/GraphicsDevice.cs @@ -91,7 +91,7 @@ namespace OpenRa.GlRenderer { OpenRa.Game.Exit(); Glfw.glfwIconifyWindow(); - return Gl.GL_TRUE; + return Gl.GL_FALSE; }; Glfw.glfwSetWindowTitle("OpenRA");