Bugfix: some nearly-thin walls were discarded. #261

This commit is contained in:
Alessandro Ranellucci 2012-05-05 17:07:38 +02:00
parent edbdc5ec55
commit 8ba6405cc9
2 changed files with 6 additions and 5 deletions

View file

@ -215,8 +215,6 @@ sub medial_axis {
}
return undef if !@skeleton_lines;
return undef if !@skeleton_lines;
# now build a single polyline
my $polyline = [];
{