mirror of https://github.com/ppy/osu
Update outdated comment
This commit is contained in:
parent
6c819cba02
commit
23134aea61
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue