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();