HotFix performance

- Change forceSetTimeOut to false and permit to freeze the scene.
 - Fix style sending audio message
 - Fix banned message from admin console
This commit is contained in:
Gregoire Parant 2021-04-19 20:19:40 +02:00
parent a43afbc124
commit e7b5bb261d
4 changed files with 5 additions and 3 deletions

View file

@ -33,7 +33,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.
*/