From 2a12aae25d76cec2a729b88052b12ab16038dfd5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 10:43:46 +0100 Subject: ccc --- editor/imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/imgui.cpp') 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); -- cgit v1.2.3