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