1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:02:55 +08:00

Chesterton's fence

This commit is contained in:
Vidalee 2018-03-11 22:09:16 +01:00
parent 9516bec13d
commit 802a6870c4

View File

@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.UI
Cursor = CreateCursor();
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(OnScreenDisplay onScreenDisplay, SettingsStore settings)
{
this.onScreenDisplay = onScreenDisplay;