mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Added missing glfwPollEvents to reopen test.
This commit is contained in:
@@ -151,6 +151,7 @@ int main(int argc, char** argv)
|
||||
glPopMatrix();
|
||||
|
||||
glfwSwapBuffers();
|
||||
glfwPollEvents();
|
||||
|
||||
if (closed)
|
||||
close_window();
|
||||
|
||||
Reference in New Issue
Block a user