summaryrefslogtreecommitdiff
path: root/pixel-client/src/game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client/src/game.rs')
-rw-r--r--pixel-client/src/game.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs
index eab45478..b253ecbe 100644
--- a/pixel-client/src/game.rs
+++ b/pixel-client/src/game.rs
@@ -160,7 +160,6 @@ impl Game {
if let Some(player) = self.players.get_mut(&self.my_id) {
player.movement.input(direction, boost);
- player.movement.update(&self.walkable, dt);
if send_movement {
self.network