mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-21 19:37:01 +00:00
Fixed minor warning.
This commit is contained in:
parent
fef3389157
commit
c6e0284ac5
@ -4833,7 +4833,7 @@ static void ShowDemoWindowTables()
|
|||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y);
|
ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y);
|
||||||
if ((row % 3) == 2)
|
if ((row % 3) == 2)
|
||||||
ImGui::PopStyleVar();;
|
ImGui::PopStyleVar();
|
||||||
}
|
}
|
||||||
ImGui::EndTable();
|
ImGui::EndTable();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user