Merge branch 'master' into navigation

This commit is contained in:
omar
2017-10-24 21:13:24 +02:00
4 changed files with 36 additions and 19 deletions

View File

@ -2397,6 +2397,7 @@ struct ExampleAppConsole
void AddLog(const char* fmt, ...) IM_FMTARGS(2)
{
// FIXME-OPT
char buf[1024];
va_list args;
va_start(args, fmt);