osu!-side changes in-line with framework BDL cache changes

This commit is contained in:
smoogipoo
2018-01-22 12:56:30 +09:00
parent 64c32f5715
commit b4e1872322
3 changed files with 4 additions and 4 deletions

View File

@ -181,7 +181,7 @@ namespace osu.Game.Screens.Select
[BackgroundDependencyLoader(permitNulls: true)]
private void load(BeatmapManager beatmaps, AudioManager audio, DialogOverlay dialog, OsuGame osu, OsuColour colours)
{
dependencies.Cache(this);
dependencies.CacheAs<SongSelect>(this);
if (Footer != null)
{