Allow dependencies to be null in certain cases (Unit tests)

This commit is contained in:
Lucas A
2019-05-31 22:42:09 +02:00
parent 55c0c6a1bb
commit 0625f51e65

View File

@ -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;