0
0
Fork 0
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:
PlNG 2015-01-20 11:53:03 -05:00
parent 5b87f47673
commit 61855ab875

View file

@ -398,7 +398,7 @@ var RenderPixi = {};
if (options.wireframes) { if (options.wireframes) {
primitive.lineStyle(1, Common.colorToNumber('#CD5C5C'), 1); primitive.lineStyle(1, Common.colorToNumber('#CD5C5C'), 1);
} else { } else {
primitive.lineStyle(1, Common.colorToNumber(body.render.strokeStyle)); primitive.lineStyle(1, Common.colorToNumber(body.render.strokeStyle), 1);
} }
primitive.moveTo(0, 0); primitive.moveTo(0, 0);