Skip to content

Commit 394e70d

Browse files
committed
inverting debug getter result
1 parent a0a7c02 commit 394e70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/p2/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ Object.defineProperty(Phaser.Physics.P2.Body.prototype, "debug", {
17251725

17261726
get: function () {
17271727

1728-
return (!this.debugBody);
1728+
return (!this.debugBody) == false;
17291729

17301730
},
17311731

0 commit comments

Comments
 (0)