We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339da73 commit 33fc41aCopy full SHA for 33fc41a
1 file changed
src/physics/p2/World.js
@@ -628,14 +628,14 @@ Phaser.Physics.P2.prototype = {
628
},
629
630
/**
631
- * @method Phaser.Physics.P2#update
+ * @method Phaser.Physics.P2#pause
632
*/
633
pause: function() {
634
this.paused = true
635
636
637
638
+ * @method Phaser.Physics.P2#resume
639
640
resume: function() {
641
this.paused = false
0 commit comments