mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added missing glfwPollEvents to reopen test.
This commit is contained in:
parent
b54334a451
commit
8fa7dddf16
@ -151,6 +151,7 @@ int main(int argc, char** argv)
|
||||
glPopMatrix();
|
||||
|
||||
glfwSwapBuffers();
|
||||
glfwPollEvents();
|
||||
|
||||
if (closed)
|
||||
close_window();
|
||||
|
Loading…
Reference in New Issue
Block a user