mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update BindableList usages
This commit is contained in:
@ -112,8 +112,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
};
|
||||
|
||||
controlPoints = group.ControlPoints.GetBoundCopy();
|
||||
controlPoints.ItemsAdded += _ => createChildren();
|
||||
controlPoints.ItemsRemoved += _ => createChildren();
|
||||
controlPoints.CollectionChanged += (_, __) => createChildren();
|
||||
|
||||
createChildren();
|
||||
}
|
||||
|
Reference in New Issue
Block a user