Fix typo causing regression in island ordering. #1211
This commit is contained in:
parent
c95245f143
commit
09b81ad027
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ sub make_perimeters {
|
|||
)};
|
||||
|
||||
my @loops = ();
|
||||
foreach my $polynode (@$polynodes) {
|
||||
foreach my $polynode (@nodes) {
|
||||
push @loops, $traverse->($polynode->{children}, $depth+1, $is_contour);
|
||||
|
||||
my $role = EXTR_ROLE_PERIMETER;
|
||||
|
|
Loading…
Add table
Reference in a new issue