Some minor fixes for the new bridging logic #58

This commit is contained in:
Alessandro Ranellucci 2011-11-19 17:31:00 +01:00
parent a1c766cc52
commit 4540f2377d

View File

@ -399,6 +399,7 @@ sub process_bridges {
shift @{$edge->points};
pop @{$edge->points};
}
@surface_edges = grep { @{$_->points} } @surface_edges;
}
push @edges, @surface_edges;
}