mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
cargo fmt
This commit is contained in:
parent
f0e6e76423
commit
eb10389eb6
@ -98,10 +98,7 @@ impl<'a> System<'a> for Sys {
|
||||
}
|
||||
|
||||
// Jump
|
||||
if controller.jump
|
||||
&& on_ground.is_some()
|
||||
&& vel.0.z <= 0.0
|
||||
{
|
||||
if controller.jump && on_ground.is_some() && vel.0.z <= 0.0 {
|
||||
jumpings.insert(entity, Jumping);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user