mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Revert changes to OnBlueprint
methods and handle select-on-addition locally
This commit is contained in:
@ -108,13 +108,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.AddBlueprintFor(item);
|
||||
}
|
||||
|
||||
protected override void OnBlueprintAdded(SelectionBlueprint<HitObject> blueprint)
|
||||
{
|
||||
base.OnBlueprintAdded(blueprint);
|
||||
if (Beatmap.SelectedHitObjects.Contains(blueprint.Item))
|
||||
blueprint.Select();
|
||||
}
|
||||
|
||||
protected override void UpdateSelection()
|
||||
{
|
||||
base.UpdateSelection();
|
||||
|
Reference in New Issue
Block a user