Speculative warning fix

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=10 years)
parent cb285c4d35
commit 7e00a41f1b
  1. 2
      imgui.cpp

@ -9174,7 +9174,7 @@ void ImGui::ShowTestWindow(bool* opened)
ImGui::SameLine();
ImGui::PushID("set2");
for (size_t i = 0; i < 4; i++)
for (int i = 0; i < 4; i++)
{
if (i > 0) ImGui::SameLine(0, 4);
ImGui::PushID(i);

Loading…
Cancel
Save