summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-26 14:00:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-26 14:00:39 +0200
commitfc631ad2fcc4e4c4105aec97f57b1a8f9a15dc83 (patch)
tree063e01165f6bdcd549c20b072fb20027a4f7ffb9 /editor/app.hpp
parent5da376bc5f06f47bc4a7b0c5502ca9877f0d8945 (diff)
draw tile coordinate in the caption
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 5b9727fe..0ae1ff95 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -86,7 +86,7 @@ private:
void draw_ui();
float draw_main_menu();
void draw_fps();
- void draw_cursor_tile_coord();
+ void draw_cursor_tile_text();
void render_menu();
void draw_editor_pane(tile_editor& type, float main_menu_height);