1
0
Fork 0
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:
Camilla Berglund 2016-03-31 10:45:40 +02:00
parent eb3577c1eb
commit 3bbc8e3191

View File

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