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:
parent
6e1ab9a24c
commit
04955bbbb1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue