Merge pull request #19906 from peppy/fix-editor-crash-mobile

Fix editor crashing on mobile releases
This commit is contained in:
Dan Balasescu
2022-08-22 16:31:19 +09:00
committed by GitHub

View File

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