mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-22 18:28:52 -05: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