1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 16:52:19 +08:00

Allow DI'd OnScreenDisplay to be null

This commit is contained in:
Dean Herbert
2018-01-23 16:42:31 +09:00
Unverified
parent 1fda45fe10
commit b197cd56af
+1 -1
View File
@@ -88,7 +88,7 @@ namespace osu.Game.Rulesets.UI
Cursor = CreateCursor();
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(Storage storage, OnScreenDisplay onScreenDisplay)
{
this.onScreenDisplay = onScreenDisplay;