mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Unbind bindable lists for general safety
This commit is contained in:
@ -27,6 +27,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
base.LoadBeatmap(beatmap);
|
||||
|
||||
controlPointGroups.UnbindAll();
|
||||
controlPointGroups.BindTo(beatmap.Beatmap.ControlPointInfo.Groups);
|
||||
controlPointGroups.BindCollectionChanged((sender, args) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user