mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Make windows test wait for events
This commit is contained in:
parent
5dc9d0f581
commit
b2d2e30ac8
@ -130,7 +130,7 @@ int main(int argc, char** argv)
|
||||
running = GLFW_FALSE;
|
||||
}
|
||||
|
||||
glfwPollEvents();
|
||||
glfwWaitEvents();
|
||||
}
|
||||
|
||||
glfwTerminate();
|
||||
|
Loading…
Reference in New Issue
Block a user