Skip to content

Commit a70a938

Browse files
committed
docs fix
1 parent 7b8b1bf commit a70a938

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core/Game.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Phaser.Game.prototype = {
612612
},
613613

614614
/**
615-
* The core game loop when in a paused state.
615+
* The core game loop.
616616
*
617617
* @method Phaser.Game#update
618618
* @protected
@@ -658,6 +658,7 @@ Phaser.Game.prototype = {
658658
{
659659
this.state.preRender();
660660
this.renderer.render(this.stage);
661+
661662
this.plugins.render();
662663
this.state.render();
663664
this.plugins.postRender();

0 commit comments

Comments
 (0)