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");