mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Update comment to make more sense
This commit is contained in:
parent
75e4f224e5
commit
b7a06524fb
@ -147,7 +147,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
selectedBlueprints.Add(blueprint);
|
||||
|
||||
// need to check this as well, as there are potentially multiple SelectionHandlers and the above check is not enough.
|
||||
// there are potentially multiple SelectionHandlers active, but we only want to add hitobjects to the selected list once.
|
||||
if (!EditorBeatmap.SelectedHitObjects.Contains(blueprint.HitObject))
|
||||
EditorBeatmap.SelectedHitObjects.Add(blueprint.HitObject);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user