Merge branch 'master' into no-gameplay-clock-gameplay-offset

This commit is contained in:
Dean Herbert
2022-08-23 17:36:06 +09:00
132 changed files with 861 additions and 360 deletions

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)