1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +08:00

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

View File

@ -142,7 +142,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
private void updateVisualDefinition() 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 (IsSelected && selectedObjects.Count < 2)
{ {
if (ControlPointVisualiser == null) if (ControlPointVisualiser == null)