mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 17:58:23 +00:00
Changed to 2000 to match CE
This commit is contained in:
parent
21342dc6e9
commit
0b90632c62
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue