Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenaklein-msft committed Jul 12, 2023
1 parent 198de9b commit 9f726e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ private void Update()

protected virtual void OnEnable()
{
// Ensures that when the GameObject is re-enabled, the handles are occluded ny default.
// Ensures that when the GameObject is re-enabled, the handles are occluded by default.
// If the handles are active, they will be un-occluded by the next frame.
// Prevents undesirable behaviour from the handle animations.
foreach (var handle in handles)
Expand Down

0 comments on commit 9f726e7

Please sign in to comment.