From 20ccf0bc60343560eb7b6850767e06e70e682464 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Feb 2013 13:45:07 +0100 Subject: [PATCH] Replaced event poll with wait in gamma test. --- tests/gamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gamma.c b/tests/gamma.c index 4919d2cf..8c971eae 100644 --- a/tests/gamma.c +++ b/tests/gamma.c @@ -170,7 +170,7 @@ int main(int argc, char** argv) glRectf(-0.5f, -0.5f, 0.5f, 0.5f); glfwSwapBuffers(window); - glfwPollEvents(); + glfwWaitEvents(); } glfwTerminate();