1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Add back accidentally removed remove

This commit is contained in:
Dean Herbert 2020-09-14 15:47:04 +09:00
parent 94d929d8cd
commit 75e4f224e5

View File

@ -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();