HLExtract: flush stdout after progress update

This commit is contained in:
Ondřej Hošek 2012-06-30 23:45:36 +02:00
parent 4d4d8a414a
commit 8e827c13f7
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ hlVoid ProgressUpdate(hlULongLong uiBytesDone, hlULongLong uiBytesTotal)
printf(".");
}
}
fflush(stdout);
#endif
}
}