Flush log messages.

This commit is contained in:
Jozef Prídavok 2013-02-28 16:17:49 +01:00
parent 489e33932c
commit b7ca4656b6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void CCLog(const char * pszFormat, ...)
va_end(ap);
printf("%s", szBuf);
printf("\n");
fflush(stdout);
}
void CCLuaLog(const char * pszFormat)