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, 2 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp
index 3481ea3b..115e58b9 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -184,6 +184,8 @@ void app::update(float dt)
else
set_cursor_from_imgui();
}
+
+ M->world().maybe_collect();
}
} // namespace floormat