Removed one more fatal error caused by recent refactoring

This commit is contained in:
Alessandro Ranellucci 2012-01-18 19:28:49 +01:00
parent bba91fc0a5
commit d1ad02cc71

View file

@ -360,7 +360,7 @@ sub process_bridges {
} else {
my $center = bounding_box_center([ map @$_, @edges ]);
my $x = my $y = 0;
foreach my $point (map @{$_->points}, @edges) {
foreach my $point (map @$, @edges) {
my $line = Slic3r::Line->new($center, $point);
my $dir = $line->direction;
my $len = $line->length;