Typo in 0a88492
This commit is contained in:
parent
0a88492fdc
commit
31113b8a78
@ -247,7 +247,7 @@ sub unsupported_edges {
|
|||||||
|
|
||||||
# split into individual segments and filter out edges parallel to the bridging angle
|
# split into individual segments and filter out edges parallel to the bridging angle
|
||||||
@$unsupported = map $_->as_polyline,
|
@$unsupported = map $_->as_polyline,
|
||||||
grep $_->parallel_to($angle),
|
grep !$_->parallel_to($angle),
|
||||||
map @{$_->lines},
|
map @{$_->lines},
|
||||||
@$unsupported;
|
@$unsupported;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user