Skip to content

Commit

Permalink
fix: propagate to wrapped in noise interpolator
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Dec 17, 2024
1 parent 8763562 commit 484354c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ private double wrapSample(DensityFunction.NoisePos pos, Operation<Double> origin
}
return true;
} else {
Arrays.fill(res, this.result);
return true;
return false;
}
}
}
Expand Down

0 comments on commit 484354c

Please sign in to comment.