Skip to content

Commit 0b90632

Browse files
committed
Changed to 2000 to match CE
1 parent 21342dc commit 0b90632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ var Config = new Class({
311311
/**
312312
* @const {integer} Phaser.Boot.Config#resizeInterval - How many ms should elapse before checking if the browser size has changed?
313313
*/
314-
this.resizeInterval = GetValue(config, 'autoRound', 500);
314+
this.resizeInterval = GetValue(config, 'autoRound', 2000);
315315

316316
/**
317317
* @const {integer} Phaser.Boot.Config#minWidth - The minimum width, in pixels, the canvas will scale down to. A value of zero means no minimum.

0 commit comments

Comments
 (0)