We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8b1bf commit a70a938Copy full SHA for a70a938
1 file changed
src/core/Game.js
@@ -612,7 +612,7 @@ Phaser.Game.prototype = {
612
},
613
614
/**
615
- * The core game loop when in a paused state.
+ * The core game loop.
616
*
617
* @method Phaser.Game#update
618
* @protected
@@ -658,6 +658,7 @@ Phaser.Game.prototype = {
658
{
659
this.state.preRender();
660
this.renderer.render(this.stage);
661
+
662
this.plugins.render();
663
this.state.render();
664
this.plugins.postRender();
0 commit comments