From 4e6c58f7491cae69cc906ae43c511d0c2da18216 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 18 Apr 2013 19:49:02 +0200 Subject: [PATCH] TYpo --- lib/Slic3r/Geometry/Clipper.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Geometry/Clipper.pm b/lib/Slic3r/Geometry/Clipper.pm index 0c2cbfe35..b1981a3be 100644 --- a/lib/Slic3r/Geometry/Clipper.pm +++ b/lib/Slic3r/Geometry/Clipper.pm @@ -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) ]; }