mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -35,10 +35,10 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.Add(drawable);
|
||||
}
|
||||
|
||||
public override bool Remove(SelectionBlueprint<HitObject> drawable)
|
||||
public override bool Remove(SelectionBlueprint<HitObject> drawable, bool disposeImmediately)
|
||||
{
|
||||
SortInternal();
|
||||
return base.Remove(drawable);
|
||||
return base.Remove(drawable, disposeImmediately);
|
||||
}
|
||||
|
||||
protected override int Compare(Drawable x, Drawable y)
|
||||
|
Reference in New Issue
Block a user