mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
reverted p2 body debug
This commit is contained in:
parent
45a41af766
commit
af847de963
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Phaser.Utils.extend(Phaser.Physics.P2.BodyDebug.prototype, {
|
|||
var l = obj.shapes.length
|
||||
|
||||
i = 0;
|
||||
console.log('shapes',l);
|
||||
|
||||
while (i !== l)
|
||||
{
|
||||
child = obj.shapes[i];
|
||||
|
|
Loading…
Add table
Reference in a new issue