mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Disallow null references for dependencies loaded via load()
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings
|
||||
[Resolved(CanBeNull = true)]
|
||||
private ChangelogOverlay changelog { get; set; }
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuGameBase game, OsuColour colours, RulesetStore rulesets)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
Reference in New Issue
Block a user