Alessandro Ranellucci 2013-04-18 19:49:02 +02:00
parent 17f76c4951
commit 4e6c58f749
1 changed files with 1 additions and 1 deletions

View File

@ -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) ];
}