Make windows test wait for events

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 5dc9d0f581
commit b2d2e30ac8
  1. 2
      tests/windows.c

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

Loading…
Cancel
Save