diff --git a/front/src/index.ts b/front/src/index.ts index aab45a9b..89582cd4 100644 --- a/front/src/index.ts +++ b/front/src/index.ts @@ -34,7 +34,7 @@ const fps : Phaser.Types.Core.FPSConfig = { /** * 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. */