diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 16:40:29 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 16:40:29 +0100 |
| commit | ba90ba2ca91c448d80722985811fc6bddc6e9bf2 (patch) | |
| tree | 2a81ee054bad7f76457be6e91359039fcc9a8780 /editor | |
| parent | d74df1b763979d281f76f3f30543aee8d8a638b7 (diff) | |
w
Diffstat (limited to 'editor')
| -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 e79e5aeb..440c9928 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -70,7 +70,7 @@ float app::draw_main_menu() ImGui::SeparatorText("Mode"); if (ImGui::MenuItem("Select", "1", m_none)) do_key(key_mode_none); - if (ImGui::MenuItem("Floor", "2", m_floor)) + if (ImGui::MenuItem("Floor", "2", m_floor)) // todo rename to 'ground' do_key(key_mode_floor); if (ImGui::MenuItem("Walls", "3", m_walls)) do_key(key_mode_walls); |
