1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added missing glfwPollEvents to reopen test.

This commit is contained in:
Camilla Berglund 2010-09-09 19:25:13 +02:00
parent b54334a451
commit 8fa7dddf16

View File

@ -151,6 +151,7 @@ int main(int argc, char** argv)
glPopMatrix();
glfwSwapBuffers();
glfwPollEvents();
if (closed)
close_window();