mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix rebase
This commit is contained in:
parent
dfcb8c03f5
commit
34d264c413
@ -340,7 +340,7 @@ pub fn handle_orientation(data: &JoinData, update: &mut StateUpdate, efficiency:
|
||||
.or_else(|| {
|
||||
data.physics
|
||||
.on_ground
|
||||
.then_some(data.ori.look_dir().to_horizontal().unwrap_or_default())
|
||||
.map(|_| data.ori.look_dir().to_horizontal().unwrap_or_default())
|
||||
})
|
||||
{
|
||||
let rate = {
|
||||
|
Loading…
Reference in New Issue
Block a user