summaryrefslogtreecommitdiffhomepage
path: root/editor/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/update.cpp')
-rw-r--r--editor/update.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp
index 5b5d6662..9384cc17 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -245,6 +245,7 @@ auto app::get_z_bounds() -> z_bounds
void app::update(float dt)
{
+ update_cursor_tile(cursor.pixel);
apply_commands(keys);
update_character(dt);
update_world(dt);