mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix first person backwards roll.
This commit is contained in:
parent
404dc50fb9
commit
ddcaf98f03
@ -50,6 +50,9 @@ impl CharacterBehavior for Data {
|
||||
fn behavior(&self, data: &JoinData) -> StateUpdate {
|
||||
let mut update = StateUpdate::from(data);
|
||||
|
||||
// You should not be able to strafe while rolling
|
||||
update.should_strafe = false;
|
||||
|
||||
// Smooth orientation
|
||||
handle_orientation(data, &mut update, 2.5);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user