mirror of https://github.com/axmolengine/axmol.git
Flush log messages.
This commit is contained in:
parent
489e33932c
commit
b7ca4656b6
|
@ -43,6 +43,7 @@ void CCLog(const char * pszFormat, ...)
|
|||
va_end(ap);
|
||||
printf("%s", szBuf);
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
void CCLuaLog(const char * pszFormat)
|
||||
|
|
Loading…
Reference in New Issue