mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
Missing argument whose default is 1.
This commit is contained in:
parent
5b87f47673
commit
61855ab875
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ var RenderPixi = {};
|
|||
if (options.wireframes) {
|
||||
primitive.lineStyle(1, Common.colorToNumber('#CD5C5C'), 1);
|
||||
} else {
|
||||
primitive.lineStyle(1, Common.colorToNumber(body.render.strokeStyle));
|
||||
primitive.lineStyle(1, Common.colorToNumber(body.render.strokeStyle), 1);
|
||||
}
|
||||
|
||||
primitive.moveTo(0, 0);
|
||||
|
|
Loading…
Reference in a new issue