Merge branch 'master' into develop
This commit is contained in:
commit
5e8951fdaa
4 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue