diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 14:00:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 14:00:39 +0200 |
commit | fc631ad2fcc4e4c4105aec97f57b1a8f9a15dc83 (patch) | |
tree | 063e01165f6bdcd549c20b072fb20027a4f7ffb9 /editor/app.hpp | |
parent | 5da376bc5f06f47bc4a7b0c5502ca9877f0d8945 (diff) |
draw tile coordinate in the caption
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
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); |