(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:
@@ -91,7 +91,7 @@ namespace OpenRa.GlRenderer
|
||||
{
|
||||
OpenRa.Game.Exit();
|
||||
Glfw.glfwIconifyWindow();
|
||||
return Gl.GL_TRUE;
|
||||
return Gl.GL_FALSE;
|
||||
};
|
||||
|
||||
Glfw.glfwSetWindowTitle("OpenRA");
|
||||
|
||||
Reference in New Issue
Block a user