Skip to content

Commit

Permalink
Update SimplePlayerAnimator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute authored Jun 11, 2024
1 parent 8d0d196 commit 9e08fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ virtual protected void LateUpdate()
/// </summary>
/// <param name="vel">Player's velocity, in player-local coordinates.</param>
/// <param name="jumpAnimationScale">Scale factor to apply to the jump animation.
/// We slow down the jump animation for longer jumps.</param>
/// It can be used to slow down the jump animation for longer jumps.</param>
virtual protected void UpdateAnimation(Vector3 vel, float jumpAnimationScale)
{
vel.y = 0; // we don't consider vertical movement
Expand Down

0 comments on commit 9e08fbc

Please sign in to comment.