mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Allow null
This commit is contained in:
parent
0009724c1a
commit
579e61eab9
@ -13,7 +13,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
|
||||
{
|
||||
protected override string Header => "General";
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(FrameworkDebugConfigManager config, FrameworkConfigManager frameworkConfig, OsuGame game)
|
||||
{
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user