mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
SongSelect needs to recache as IBindable
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user