mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-08 22:59:16 +00:00
Fixed minor warning.
This commit is contained in:
parent
fef3389157
commit
c6e0284ac5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue