(re)fixed exit behavior. on .net/win with ATI card and catalyst-10.4, still have AV in the GL ICD (atioglxx.dll)

This commit is contained in:
Chris Forbes
2010-02-19 18:47:14 +13:00
parent 85dde4ee7e
commit 15034dd55b

View File

@@ -91,7 +91,7 @@ namespace OpenRa.GlRenderer
{ {
OpenRa.Game.Exit(); OpenRa.Game.Exit();
Glfw.glfwIconifyWindow(); Glfw.glfwIconifyWindow();
return Gl.GL_TRUE; return Gl.GL_FALSE;
}; };
Glfw.glfwSetWindowTitle("OpenRA"); Glfw.glfwSetWindowTitle("OpenRA");