mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Merge branch 'master' into navigation
This commit is contained in:
commit
fc25881207
4 changed files with 36 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue