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 f137689 commit 8d0d196
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ void Start()
}

/// <summary>
/// We use LateUpdate so we normally don't have to worry about script execution order:
/// we can assume that the player has already been moved.
/// LateUpdate is used to avoid having to worry about script execution order:
/// it can be assumed that the player has already been moved.
/// </summary>
virtual protected void LateUpdate()
{
Expand Down

0 comments on commit 8d0d196

Please sign in to comment.