Fix syntax for ex_int_offset2()
This commit is contained in:
parent
b160feacfd
commit
01bd9040f5
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ sub ex_int_offset2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub collapse_ex {
|
sub collapse_ex {
|
||||||
my ($polygons, $width) = @_;
|
my ($polygons, $width) = @_;use XXX; YYY
|
||||||
return ex_int_offset2($polygons, -$width/2, +$width/2);
|
return [ ex_int_offset2($polygons, -$width/2, +$width/2) ];
|
||||||
}
|
}
|
||||||
|
|
||||||
sub simplify_polygon {
|
sub simplify_polygon {
|
||||||
|
|
Loading…
Reference in a new issue