Skip to content

Commit

Permalink
Fix #109
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Feb 17, 2021
1 parent 5ca5508 commit 230aad8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ void UALSCharacterMovementComponent::FSavedMove_My::SetMoveFor(ACharacter* Chara
if (CharacterMovement)
{
bSavedRequestMovementSettingsChange = CharacterMovement->bRequestMovementSettingsChange;
MaxSpeed = CharacterMovement->MyNewMaxWalkSpeed;
}
}

Expand Down

0 comments on commit 230aad8

Please sign in to comment.