mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Merge pull request #2289 from staff0rd/grammar_fix
fixed grammar on update() comment
This commit is contained in:
commit
8795792047
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Phaser.State.prototype = {
|
|||
/**
|
||||
* The update method is left empty for your own use.
|
||||
* It is called during the core game loop AFTER debug, physics, plugins and the Stage have had their preUpdate methods called.
|
||||
* If is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
|
||||
* It is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
|
||||
*
|
||||
* @method Phaser.State#update
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue