Updates Crouching animations for ABP
This commit is contained in:
parent
740a8f0fd8
commit
fc4d09e3b1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -277,7 +277,7 @@ bool UOLSLocomotionComponent::CanJog() const
|
||||
return false;
|
||||
}
|
||||
|
||||
const bool isCrouching = (GetStance() == EOLSStance::ECrouching);
|
||||
const bool isCrouching = (GetStance() == EOLSStance::EStanding);
|
||||
const bool canJog = (MovementInputAmount > .8f && isCrouching);
|
||||
return canJog;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user