diff --git a/src/game/player.rs b/src/game/player.rs index de8712b..416d8c2 100644 --- a/src/game/player.rs +++ b/src/game/player.rs @@ -46,7 +46,6 @@ fn on_ground( mut player: Query<(&Transform, &mut IsOnGround, &mut AgainstWall), With>, ground: Query<&Transform, (Without, With)>, time: Res