mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
if (placementBlueprint != null)
|
||||
{
|
||||
SelectionBlueprints.Remove(placementBlueprint);
|
||||
SelectionBlueprints.Remove(placementBlueprint, true);
|
||||
placementBlueprint = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user