We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad0e53a + 6dca66c commit 43bc0e7Copy full SHA for 43bc0e7
1 file changed
src/core/World.js
@@ -64,7 +64,7 @@ Phaser.World.prototype.boot = function () {
64
* This is called automatically after the plugins preUpdate and before the State.update.
65
* Most objects have preUpdate methods and it's where initial movement, drawing and calculations are done.
66
*
67
-* @method Phaser.World#update
+* @method Phaser.World#preUpdate
68
*/
69
Phaser.World.prototype.preUpdate = function () {
70
0 commit comments