Temp logs on

This commit is contained in:
Richard Davey 2019-03-28 14:58:57 +00:00
parent cb77405031
commit 14781003b3

View file

@ -32,9 +32,9 @@ var GetOverlap = function (body1, body2, overlapOnly, bias)
return collisionInfo;
}
// console.log('');
// console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
// collisionInfo.dump();
console.log('');
console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
collisionInfo.dump();
if (collisionInfo.face === CONST.FACING_LEFT)
{