mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 20:27:27 +09:00
Remove one more out-of-date comment
This commit is contained in:
parent
bc455005a5
commit
d0be8f9fb3
@ -354,7 +354,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SelectionState.Selected:
|
case SelectionState.Selected:
|
||||||
// if the editor is playing, we generally don't want to deselect objects even if outside the selection area.
|
|
||||||
if (AllowDeselection && !isValidForSelection())
|
if (AllowDeselection && !isValidForSelection())
|
||||||
blueprint.Deselect();
|
blueprint.Deselect();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user