mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +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);
|
glfwSwapBuffers(window);
|
||||||
glfwPollEvents();
|
glfwPollEvents();
|
||||||
|
|
||||||
|
// Workaround for an issue with msvcrt and mintty
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
glfwTerminate();
|
glfwTerminate();
|
||||||
|
Loading…
Reference in New Issue
Block a user