Skip to content

Commit af847de

Browse files
committed
reverted p2 body debug
1 parent 45a41af commit af847de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/p2/BodyDebug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Phaser.Utils.extend(Phaser.Physics.P2.BodyDebug.prototype, {
109109
var l = obj.shapes.length
110110

111111
i = 0;
112-
console.log('shapes',l);
112+
113113
while (i !== l)
114114
{
115115
child = obj.shapes[i];

0 commit comments

Comments
 (0)