We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21342dc commit 0b90632Copy full SHA for 0b90632
1 file changed
src/boot/Config.js
@@ -311,7 +311,7 @@ var Config = new Class({
311
/**
312
* @const {integer} Phaser.Boot.Config#resizeInterval - How many ms should elapse before checking if the browser size has changed?
313
*/
314
- this.resizeInterval = GetValue(config, 'autoRound', 500);
+ this.resizeInterval = GetValue(config, 'autoRound', 2000);
315
316
317
* @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