1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:00:25 +08:00

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