Bugfix: removed error when filling small regions

This commit is contained in:
Alessandro Ranellucci 2011-12-05 19:54:19 +01:00
parent 2ba513bdb2
commit 313f77ee59
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ sub make_fill {
flow_ratio => $flow_ratio * ($params->{flow_ratio} || 1),
), @paths,
],
);
) if @paths;
###$layer->fills->[-1]->cleanup;
}
}