diff --git a/OpenRa.Gl/GraphicsDevice.cs b/OpenRa.Gl/GraphicsDevice.cs index 689eebf5a9..b1f626e0c5 100644 --- a/OpenRa.Gl/GraphicsDevice.cs +++ b/OpenRa.Gl/GraphicsDevice.cs @@ -94,6 +94,7 @@ namespace OpenRa.GlRenderer return Gl.GL_TRUE; }; + Glfw.glfwSetWindowTitle("OpenRA"); Glfw.glfwSetMouseButtonCallback( mouseButtonCallback ); Glfw.glfwSetMousePosCallback( mousePositionCallback ); Glfw.glfwSetWindowCloseCallback( windowCloseCallback );