diff --git a/tests/joysticks.c b/tests/joysticks.c index 7eaf5238..5397ba7f 100644 --- a/tests/joysticks.c +++ b/tests/joysticks.c @@ -229,6 +229,9 @@ int main(void) glfwSwapBuffers(window); glfwPollEvents(); + + // Workaround for an issue with msvcrt and mintty + fflush(stdout); } glfwTerminate();