Fix editor crashing on mobile releases

This commit is contained in:
Dean Herbert
2022-08-22 15:57:24 +09:00
parent 0815b01b75
commit 19bba143ee

View File

@ -86,7 +86,7 @@ namespace osu.Game.Rulesets.UI
this.gameplayStartTime = gameplayStartTime;
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(IGameplayClock? gameplayClock)
{
if (gameplayClock != null)