Skip to content

Commit

Permalink
removed line width change from Body.setStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 27, 2014
1 parent 6e1ab9a commit 04955bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/body/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ var Body = {};
body.friction = 1;
body.mass = body.inertia = body.density = Infinity;
body.inverseMass = body.inverseInertia = 0;
body.render.lineWidth = 1;

body.positionPrev.x = body.position.x;
body.positionPrev.y = body.position.y;
Expand Down

0 comments on commit 04955bb

Please sign in to comment.