From b2d2e30ac8a60c1a5f17e3ed2f58687102414abe Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 28 Feb 2016 19:16:50 +0100 Subject: [PATCH] Make windows test wait for events --- tests/windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();