Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkehrwald authored and freezy committed Sep 8, 2024
1 parent 94628c3 commit b85fc01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,11 @@ protected static void WalkChildren(IEnumerable node, Action<Transform> action)
protected void UpdateSurfaceReferences(Transform obj)
{
var surfaceComponent = obj.gameObject.GetComponent<IOnSurfaceComponent>();
if (surfaceComponent != null && ReferenceEquals(surfaceComponent.Surface, this))
{
if (surfaceComponent != null && ReferenceEquals(surfaceComponent.Surface, this))
{
surfaceComponent.OnSurfaceUpdated();
}
}
}

#endregion
}
Expand Down

0 comments on commit b85fc01

Please sign in to comment.