Skip to content

Commit 33fc41a

Browse files
committed
fix comment
1 parent 339da73 commit 33fc41a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/physics/p2/World.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,14 +628,14 @@ Phaser.Physics.P2.prototype = {
628628
},
629629

630630
/**
631-
* @method Phaser.Physics.P2#update
631+
* @method Phaser.Physics.P2#pause
632632
*/
633633
pause: function() {
634634
this.paused = true
635635
},
636636

637637
/**
638-
* @method Phaser.Physics.P2#update
638+
* @method Phaser.Physics.P2#resume
639639
*/
640640
resume: function() {
641641
this.paused = false

0 commit comments

Comments
 (0)