1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:52:57 +08:00

SongSelect needs to recache as IBindable

This commit is contained in:
smoogipoo 2018-06-29 20:50:30 +09:00
parent 06bd3d4815
commit 9187eb8626

View File

@ -185,6 +185,7 @@ namespace osu.Game.Screens.Select
{
dependencies.CacheAs(this);
dependencies.CacheAs(Ruleset);
dependencies.CacheAs<IBindable<RulesetInfo>>(Ruleset);
base.Ruleset.ValueChanged += r => updateSelectedBeatmap(beatmapNoDebounce);