Replaced event poll with wait in gamma test.

This commit is contained in:
Camilla Berglund 2013-02-12 13:45:07 +01:00
parent c9167ce233
commit 20ccf0bc60

View File

@ -170,7 +170,7 @@ int main(int argc, char** argv)
glRectf(-0.5f, -0.5f, 0.5f, 0.5f);
glfwSwapBuffers(window);
glfwPollEvents();
glfwWaitEvents();
}
glfwTerminate();