From 90c43f035f41cf901832794f0b4e00c2b5569723 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 17 Mar 2023 23:20:46 +0100 Subject: dddd --- editor/update.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/update.cpp') diff --git a/editor/update.cpp b/editor/update.cpp index 7b3198ee..b16821f8 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -6,7 +6,6 @@ #include "floormat/events.hpp" #include "floormat/main.hpp" #include "character.hpp" -#include "chunk.inl" namespace floormat { @@ -192,7 +191,7 @@ void app::update_world(float dt) for (auto i = size-1; i != (std::size_t)-1; i--) { auto& e = *es[i]; - c.with_scenery_update(e, [&] { return e.update(i, dt); }); + e.update(i, dt); } } } -- cgit v1.2.3