We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5fed7 commit c34648bCopy full SHA for c34648b
1 file changed
src/scene/SceneManager.js
@@ -560,26 +560,6 @@ var SceneManager = new Class({
560
}
561
},
562
563
- /**
564
- * Informs the Scenes of the Game being resized.
565
- *
566
- * @method Phaser.Scenes.SceneManager#resize
567
- * @since 3.2.0
568
569
- * @param {number} width - The new width of the game.
570
- * @param {number} height - The new height of the game.
571
- */
572
- resize: function (width, height)
573
- {
574
- // Loop through the scenes in forward order
575
- for (var i = 0; i < this.scenes.length; i++)
576
577
- var sys = this.scenes[i].sys;
578
-
579
- sys.resize(width, height);
580
- }
581
- },
582
583
/**
584
* Renders the Scenes.
585
*
0 commit comments