Skip to content

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Nov 4, 2022
1 parent 6c819cb commit 23134ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected override void OnDeselected()

private void updateVisualDefinition()
{
// To reduce overhead of drawing these blueprints, only add extra detail when hovered or when only this slider is selected.
// To reduce overhead of drawing these blueprints, only add extra detail when only this slider is selected.
if (IsSelected && selectedObjects.Count < 2)
{
if (ControlPointVisualiser == null)
Expand Down

0 comments on commit 23134ae

Please sign in to comment.