Skip to content

Commit 0a0e775

Browse files
committed
Removed temp. debug vars.
1 parent 10d105d commit 0a0e775

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ Phaser.Physics.Arcade.Body = function (sprite) {
315315
this._sleepTimer = 0; // ms
316316
this._drag = 0;
317317
this._debug = 0;
318-
this.friction = 0.9;
319-
// this._debug = 0;
318+
this.friction = 0;
320319

321320
/**
322321
* If a body is overlapping with another body, but neither of them are moving (maybe they spawned on-top of each other?) this is set to true.
@@ -551,8 +550,6 @@ Phaser.Physics.Arcade.Body.prototype = {
551550
}
552551
}
553552

554-
this._debug++;
555-
556553
},
557554

558555
/**

0 commit comments

Comments
 (0)