summaryrefslogtreecommitdiffhomepage
path: root/editor/update.cpp
diff options
context:
space:
mode:
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_);