Related to #842.
This commit is contained in:
Camilla Löwy
2017-02-06 15:03:50 +01:00
parent 72ac5badb0
commit 5a74b5008d
8 changed files with 24 additions and 15 deletions
-2
View File
@@ -1038,9 +1038,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
return GLFW_FALSE;
if (wndconfig->centerCursor)
{
centerCursor(window);
}
}
return GLFW_TRUE;