mirror of
https://github.com/ppy/osu
synced 2025-02-24 22:57:05 +00:00
Remove accidental leftover nullable BDL spec
This commit is contained in:
parent
c23354bb67
commit
36237398fa
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
this.skin = skin;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
|
Loading…
Reference in New Issue
Block a user