mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
Remove unintentional dependency
This commit is contained in:
parent
2c3109980a
commit
813aebca1d
@ -47,7 +47,7 @@ namespace osu.Game.Overlays
|
||||
private OnScreenDisplay onScreenDisplay { get; set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuGame game)
|
||||
private void load()
|
||||
{
|
||||
beatmapSets.AddRange(beatmaps.GetAllUsableBeatmapSets().OrderBy(_ => RNG.Next()));
|
||||
beatmaps.ItemAdded += handleBeatmapAdded;
|
||||
|
Loading…
Reference in New Issue
Block a user