mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08:00
Add back accidentally removed remove
This commit is contained in:
parent
94d929d8cd
commit
75e4f224e5
@ -160,6 +160,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
/// <param name="blueprint">The blueprint.</param>
|
||||
internal void HandleDeselected(SelectionBlueprint blueprint)
|
||||
{
|
||||
selectedBlueprints.Remove(blueprint);
|
||||
|
||||
EditorBeatmap.SelectedHitObjects.Remove(blueprint.HitObject);
|
||||
|
||||
UpdateVisibility();
|
||||
|
Loading…
x
Reference in New Issue
Block a user