Skip to content

Commit

Permalink
TYpo
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Apr 18, 2013
1 parent 17f76c4 commit 4e6c58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/Geometry/Clipper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sub ex_int_offset2 {
}

sub collapse_ex {
my ($polygons, $width) = @_;use XXX; YYY
my ($polygons, $width) = @_;
return [ ex_int_offset2($polygons, -$width/2, +$width/2) ];
}

Expand Down

0 comments on commit 4e6c58f

Please sign in to comment.