Skip to content

Commit

Permalink
fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AMollis committed Jun 26, 2023
1 parent d062dbd commit a571186
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected virtual void OnEnable()
}

/// <summary>
/// This function is called when the object becomes disabled or deactive.
/// This function is called when the object becomes disabled or inactive.
/// </summary>
protected virtual void OnDisable()
{
Expand Down Expand Up @@ -562,7 +562,7 @@ public void Unregister(IXRInteractable interactable)
/// <summary>
/// FIlter targets that are being targeted by other <see cref="InteractableEventRouter"/> objects.
/// </summary>
/// <param name="origin">The origin that is targetting <see cref="IXRInteractableEventRouteTarget"/>.</param>
/// <param name="origin">The origin that is targeting <see cref="IXRInteractableEventRouteTarget"/>.</param>
private void FilterTargets(GameObject origin, List<T> targets)
{
for (int i = targets.Count - 1; i >= 0; i--)
Expand Down

0 comments on commit a571186

Please sign in to comment.