diff options
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 571c1c1b..d94146b7 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -211,7 +211,7 @@ void app::draw_fps() } } -void app::draw_cursor_tile() +void app::draw_cursor_tile_coord() { if (!cursor.tile) return; |
