mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Allow DI'd OnScreenDisplay to be null
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user