From 42fece714e30b899208a90183a571452eb35811e Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 21 Oct 2017 14:30:21 +0200 Subject: Missing re-linking in movement code. --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game.cpp b/src/game.cpp index 2d9b67e..97aee59 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -75,7 +75,9 @@ public: } } + unlink(); compute_bounds(); + link(world); } bool start_moving(v2f_t dst_) -- cgit