Previous commit about bridge spacing was incomplete

This commit is contained in:
Alessandro Ranellucci 2012-11-16 18:10:09 +01:00
parent a81377d684
commit 86f5cb8654
3 changed files with 3 additions and 2 deletions

View file

@ -152,6 +152,7 @@ sub make_fill {
$surface,
density => $density,
flow_spacing => $flow_spacing,
dont_adjust => $is_bridge,
);
}
my $params = shift @paths;