diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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_) |