Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenaklein-msft committed Dec 9, 2023
1 parent 29fa74c commit 152a2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private float MaxComponent(Vector3 v)
/// <summary>
/// Occludes the handle so it is not initially visible when it should start disabled.
/// </summary>
[Obsolete("Force hiding handles is no longer supported. Use IsOccluded instead.")]
[Obsolete("Force hiding is no longer supported. Use IsOccluded instead.")]
public void HideOnStartup()
{
if (handleRenderer != null)
Expand All @@ -164,7 +164,7 @@ public void HideOnStartup()
}

/// <summary>
/// Sets <see cref="IsOccluded"/> to true, and forces handling of occlusion immediately."/>
/// Sets <see cref="IsOccluded"/> to true, and forces handling of occlusion immediately.
/// </summary>
internal void ForceOcclusion()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,6 @@ private void Awake()

// Compute flatten vector at startup.
flattenVector = BoundsCalculator.CalculateFlattenVector(transform.lossyScale);

float initialActiveFocus = 0;
float initialActivation = 0;
float initialShrink = 0;
// Write the initial values into the bounds renderer.
if (boundsRenderer != null)
{
WritePropertyValues(boundsRenderer, propertyBlock, initialActiveFocus, initialActivation, initialShrink);
}
}

/// <summary>
Expand Down

0 comments on commit 152a2af

Please sign in to comment.