0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49:01 -05:00

removed line width change from Body.setStatic

This commit is contained in:
liabru 2014-07-27 19:14:12 +01:00
parent 6e1ab9a24c
commit 04955bbbb1

View file

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