mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Allow dependencies to be null in certain cases (Unit tests)
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Settings
|
||||
private OsuGameBase game;
|
||||
private ChangelogOverlay changelog;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(OsuGameBase game, OsuColour colours, RulesetStore rulesets, ChangelogOverlay changelog)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
Reference in New Issue
Block a user