diff --git a/src/utils/log.cpp b/src/utils/log.cpp index f50e1784c..fc472ea86 100644 --- a/src/utils/log.cpp +++ b/src/utils/log.cpp @@ -266,6 +266,7 @@ void Log::writeLine(const char *line, int level) CIrrDeviceiOS::debugPrint(line); #else printf("%s", line); + fflush(stdout); #endif } resetTerminalColor(); // this prints a \n