Skip to content

Commit 1478100

Browse files
committed
Temp logs on
1 parent cb77405 commit 1478100

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/physics/arcade/GetOverlap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ var GetOverlap = function (body1, body2, overlapOnly, bias)
3232
return collisionInfo;
3333
}
3434

35-
// console.log('');
36-
// console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
37-
// collisionInfo.dump();
35+
console.log('');
36+
console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
37+
collisionInfo.dump();
3838

3939
if (collisionInfo.face === CONST.FACING_LEFT)
4040
{

0 commit comments

Comments
 (0)