reverted p2 body debug

This commit is contained in:
Georgios Kaleadis 2014-03-20 15:44:41 +01:00
parent 45a41af766
commit af847de963

View file

@ -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];