mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
osu!-side changes in-line with framework BDL cache changes
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user