mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 12:09:02 +08:00
Fix syntax for ex_int_offset2()
This commit is contained in:
parent
b160feacfd
commit
01bd9040f5
@ -113,8 +113,8 @@ sub ex_int_offset2 {
|
||||
}
|
||||
|
||||
sub collapse_ex {
|
||||
my ($polygons, $width) = @_;
|
||||
return ex_int_offset2($polygons, -$width/2, +$width/2);
|
||||
my ($polygons, $width) = @_;use XXX; YYY
|
||||
return [ ex_int_offset2($polygons, -$width/2, +$width/2) ];
|
||||
}
|
||||
|
||||
sub simplify_polygon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user