Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
DamSenViet committed Nov 1, 2020
2 parents e6e18ed + dbcb869 commit dcae8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ drawer.tool = pen;
acnl.palette[acnl.palette.length - 1] = acnl.constructor.nearestColorInColorSpace("black");
// make pen use last color in the palette
const pen: Pen = new acpatterns.tools.Pen({ size: 1 });
const pen = new acpatterns.tools.Pen({ size: 1 });
pen.paletteIndex = acnl.palette.length - 1;
// make the drawer draw the texture representation of the pattern
Expand Down

0 comments on commit dcae8a3

Please sign in to comment.