mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Allow DI'd OnScreenDisplay to be null
This commit is contained in:
parent
1fda45fe10
commit
b197cd56af
@ -88,7 +88,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
Cursor = CreateCursor();
|
Cursor = CreateCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader(true)]
|
||||||
private void load(Storage storage, OnScreenDisplay onScreenDisplay)
|
private void load(Storage storage, OnScreenDisplay onScreenDisplay)
|
||||||
{
|
{
|
||||||
this.onScreenDisplay = onScreenDisplay;
|
this.onScreenDisplay = onScreenDisplay;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user