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