Make windows test wait for events

This commit is contained in:
Camilla Berglund 2016-02-28 19:16:50 +01:00
parent 5dc9d0f581
commit b2d2e30ac8

View File

@ -130,7 +130,7 @@ int main(int argc, char** argv)
running = GLFW_FALSE;
}
glfwPollEvents();
glfwWaitEvents();
}
glfwTerminate();