Skip to content

Commit

Permalink
Removed one more fatal error caused by recent refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Jan 18, 2012
1 parent bba91fc commit d1ad02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/Layer.pm
Expand Up @@ -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;
Expand Down

0 comments on commit d1ad02c

Please sign in to comment.