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
commit 3fb3a18e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)