Some minor fixes for the new bridging logic #58
This commit is contained in:
parent
a1c766cc52
commit
4540f2377d
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ sub process_bridges {
|
|||
shift @{$edge->points};
|
||||
pop @{$edge->points};
|
||||
}
|
||||
@surface_edges = grep { @{$_->points} } @surface_edges;
|
||||
}
|
||||
push @edges, @surface_edges;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue