diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 10:43:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 10:44:03 +0100 |
commit | 2a12aae25d76cec2a729b88052b12ab16038dfd5 (patch) | |
tree | 436fa59fa5daca7ba95d7c80cf4a254c895bc575 /editor/imgui.cpp | |
parent | c8f568c325da3f37026a4a2a82ad09d43514f10c (diff) |
ccc
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 5e2bf063..e79e5aeb 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -368,7 +368,7 @@ void app::do_popup_menu() } if (bool b_testing = tested_light_chunk == chunk_coords_(e.coord); e.type() == object_type::light) - if (ImGui::MenuItem("Test", nullptr, b_testing)) + if (ImGui::MenuItem("Lightmap test", nullptr, b_testing)) tested_light_chunk = e.coord.chunk3(); ImGui::SeparatorText("Modify"); if (auto next_rot = e.atlas->next_rotation_from(e.r); |