summaryrefslogtreecommitdiffhomepage
path: root/editor/update.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-19 14:29:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-20 08:18:03 +0100
commitbc837ff53cf99d95bd7588ef79c5851421082664 (patch)
treecb470d2df1d6b80d04cbafba85b35503e527a8fa /editor/update.cpp
parentf3c46930b43707e57979f08c85d53974f688380d (diff)
cc
Diffstat (limited to 'editor/update.cpp')
-rw-r--r--editor/update.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/update.cpp b/editor/update.cpp
index 1fdbe31b..55d0ec4a 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -275,9 +275,7 @@ auto app::get_z_bounds() -> z_bounds
void app::update(Ns dt)
{
- //M->world().collect();
M->world().collect(true);
-
update_cursor_tile(cursor.pixel);
tests_pre_update(dt);
apply_commands(*keys_);