This commit is contained in:
Alessandro Ranellucci 2012-11-16 18:24:09 +01:00
parent e13fe1d636
commit aff0898f35

View file

@ -19,7 +19,7 @@ sub fill_surface {
my $distance = $min_spacing / $params{density};
my $flow_spacing = $params{flow_spacing};
if ($params{density} == 1 && !$params{dont_adjust) {
if ($params{density} == 1 && !$params{dont_adjust}) {
$distance = $self->adjust_solid_spacing(
width => $bounding_box->[X2] - $bounding_box->[X1],
distance => $distance,