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
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public FrameStabilityContainer(double gameplayStartTime = double.MinValue)
this.gameplayStartTime = gameplayStartTime;
}
[BackgroundDependencyLoader]
[BackgroundDependencyLoader(true)]
private void load(IGameplayClock? gameplayClock)
{
if (gameplayClock != null)