Update outdated comment

This commit is contained in:
Bartłomiej Dach 2022-11-04 19:48:19 +01:00
parent 6c819cba02
commit 23134aea61
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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)