diff --git a/tests/windows.c b/tests/windows.c index b0d15e7f..89a4b224 100644 --- a/tests/windows.c +++ b/tests/windows.c @@ -130,7 +130,7 @@ int main(int argc, char** argv) running = GLFW_FALSE; } - glfwPollEvents(); + glfwWaitEvents(); } glfwTerminate();