Various minor fixes following a pass of cppcheck static analyzer

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=9 years)
parent 8061a6ceea
commit 81c86dd5e7
  1. 1
      imgui_demo.cpp

@ -1871,6 +1871,7 @@ struct ExampleAppConsole
ExampleAppConsole()
{
ClearLog();
memset(InputBuf, 0, sizeof(InputBuf));
HistoryPos = -1;
Commands.push_back("HELP");
Commands.push_back("HISTORY");

Loading…
Cancel
Save