@@ -229,6 +229,9 @@ int main(void)
glfwSwapBuffers(window);
glfwPollEvents();
+
+ // Workaround for an issue with msvcrt and mintty
+ fflush(stdout);
}
glfwTerminate();