diff --git a/src/window.c b/src/window.c index 29707bd1..68893f09 100644 --- a/src/window.c +++ b/src/window.c @@ -154,9 +154,6 @@ void _glfwInputWindowFocus(_GLFWwindow* window, GLboolean activated) void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) { - if (window->positionX == x && window->positionY == y) - return; - window->positionX = x; window->positionY = y; }