mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Hack for msvcrt and mintty
This commit is contained in:
parent
eb3577c1eb
commit
3bbc8e3191
@ -229,6 +229,9 @@ int main(void)
|
||||
|
||||
glfwSwapBuffers(window);
|
||||
glfwPollEvents();
|
||||
|
||||
// Workaround for an issue with msvcrt and mintty
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
glfwTerminate();
|
||||
|
Loading…
Reference in New Issue
Block a user