Changed to 2000 to match CE

This commit is contained in:
Richard Davey 2019-01-11 18:00:12 +00:00
parent 21342dc6e9
commit 0b90632c62

View file

@ -311,7 +311,7 @@ var Config = new Class({
/**
* @const {integer} Phaser.Boot.Config#resizeInterval - How many ms should elapse before checking if the browser size has changed?
*/
this.resizeInterval = GetValue(config, 'autoRound', 500);
this.resizeInterval = GetValue(config, 'autoRound', 2000);
/**
* @const {integer} Phaser.Boot.Config#minWidth - The minimum width, in pixels, the canvas will scale down to. A value of zero means no minimum.