summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 10:43:46 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 10:44:03 +0100
commit2a12aae25d76cec2a729b88052b12ab16038dfd5 (patch)
tree436fa59fa5daca7ba95d7c80cf4a254c895bc575 /editor/imgui.cpp
parentc8f568c325da3f37026a4a2a82ad09d43514f10c (diff)
ccc
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp2
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);