1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 07:42:58 +08:00

Respond to changes in beatmap

This commit is contained in:
smoogipoo 2020-09-02 22:06:17 +09:00
parent 661eac8f1d
commit 7fcbc3a814

View File

@ -334,7 +334,7 @@ namespace osu.Game.Screens.Select
if (collectionBeatmaps != null)
{
collectionBeatmaps.CollectionChanged += (_, __) => collectionChanged();
collectionChanged();
beatmap.BindValueChanged(_ => collectionChanged(), true);
}
}