mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 12:32:56 +08:00
Merge pull request #21512 from frenzibyte/fix-di-exception
This commit is contained in:
commit
9321fa502e
@ -197,7 +197,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}, true);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(OverlayColourProvider? colourProvider)
|
||||
{
|
||||
if (colourProvider == null) return;
|
||||
|
Loading…
Reference in New Issue
Block a user