Switching setTimeout to false

This commit is contained in:
David Négrier 2021-04-21 10:37:20 +02:00
parent 84bd5eff50
commit f9f6abe7b3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const fps : Phaser.Types.Core.FPSConfig = {
/** /**
* Use setTimeout instead of requestAnimationFrame to run the game loop. * Use setTimeout instead of requestAnimationFrame to run the game loop.
*/ */
forceSetTimeOut: true, forceSetTimeOut: false,
/** /**
* Calculate the average frame delta from this many consecutive frame intervals. * Calculate the average frame delta from this many consecutive frame intervals.
*/ */