commit | c6e0284ac58b3f205c95365478888f7b53b077e2 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Sep 04 15:16:55 2023 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Sep 04 15:16:55 2023 +0200 |
tree | 2240412e61f305f773486f3f5f65a3b985bcba01 | |
parent | fef33891579dda780028a10401e851ddb828e983 [diff] |
Fixed minor warning.
diff --git a/imgui_demo.cpp b/imgui_demo.cpp index e3752b5..ab529e3 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp
@@ -4833,7 +4833,7 @@ ImGui::TableNextColumn(); ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y); if ((row % 3) == 2) - ImGui::PopStyleVar();; + ImGui::PopStyleVar(); } ImGui::EndTable(); }