From e4478347776977c044b5621096c40d71b830457b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 14 Aug 2024 20:54:54 +0200 Subject: pc: fix player too fast --- pixel-client/src/game.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'pixel-client/src') 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 -- cgit v1.2.3-70-g09d2