mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Trim redundant BDL nullability spec
This commit is contained in:
parent
2bda63c2c8
commit
354e85a2e1
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
{
|
||||
protected override LocalisableString Header => DebugSettingsStrings.GeneralHeader;
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(FrameworkDebugConfigManager config, FrameworkConfigManager frameworkConfig, IPerformFromScreenRunner? performer)
|
||||
{
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user