Remove accidental leftover nullable BDL spec

This commit is contained in:
Bartłomiej Dach 2021-09-18 18:24:36 +02:00
parent c23354bb67
commit 36237398fa
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
this.skin = skin;
}
[BackgroundDependencyLoader(true)]
[BackgroundDependencyLoader]
private void load()
{
AutoSizeAxes = Axes.Both;