Replaced event poll with wait in gamma test.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent c9167ce233
commit 20ccf0bc60
  1. 2
      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();

Loading…
Cancel
Save