Skip to content

Commit

Permalink
Missing argument whose default is 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 5b87f47 commit 61855ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/RenderPixi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 61855ab

Please sign in to comment.