mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Respond to changes in beatmap
This commit is contained in:
@ -334,7 +334,7 @@ namespace osu.Game.Screens.Select
|
||||
if (collectionBeatmaps != null)
|
||||
{
|
||||
collectionBeatmaps.CollectionChanged += (_, __) => collectionChanged();
|
||||
collectionChanged();
|
||||
beatmap.BindValueChanged(_ => collectionChanged(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user