X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FWorld.cpp;h=529968ea7470ce67ae7d9ed2e3a77a173f37e47d;hb=4db5e3765bc93606e340f704ae27ca840eae7045;hp=e426f070bbd0a9e385fb30433ea6c19c7db928e9;hpb=b7d09e1e35ef90282c97509e0020b20db3c7ea9f;p=blank.git diff --git a/src/world/World.cpp b/src/world/World.cpp index e426f07..529968e 100644 --- a/src/world/World.cpp +++ b/src/world/World.cpp @@ -199,7 +199,7 @@ void World::Update(int dt) { entity.Update(dt); } chunks.Rebase(player->ChunkCoords()); - chunks.Update(); + chunks.Update(dt); }