ocornut пре 2 година
родитељ
комит
c6e0284ac5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      imgui_demo.cpp

+ 1 - 1
imgui_demo.cpp

@@ -4833,7 +4833,7 @@ static void ShowDemoWindowTables()
                 ImGui::TableNextColumn();
                 ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y);
                 if ((row % 3) == 2)
-                    ImGui::PopStyleVar();;
+                    ImGui::PopStyleVar();
             }
             ImGui::EndTable();
         }