summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 7a34f5fc..0052944e 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -65,6 +65,7 @@ void app::draw_ui()
draw_editor_pane(_editor.floor(), main_menu_height);
draw_fps();
draw_cursor_tile();
+ draw_cursor_tile_text();
ImGui::EndFrame();
}
@@ -210,7 +211,7 @@ void app::draw_fps()
}
}
-void app::draw_cursor_tile_coord()
+void app::draw_cursor_tile_text()
{
if (!cursor.tile)
return;