mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Hack for msvcrt and mintty
This commit is contained in:
@@ -229,6 +229,9 @@ int main(void)
|
||||
|
||||
glfwSwapBuffers(window);
|
||||
glfwPollEvents();
|
||||
|
||||
// Workaround for an issue with msvcrt and mintty
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
glfwTerminate();
|
||||
|
||||
Reference in New Issue
Block a user