1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

remove default value

This commit is contained in:
Justin Lin
2020-03-06 10:08:15 +08:00
parent e6818fe1ce
commit 1976798c64

View File

@@ -1,6 +1,6 @@
use <experimental/_impl/_pnoise_comm.scad>;
function _pnoise1(x, n, seed = 0) =
function _pnoise1(x, n, seed) =
let(
xi = floor(x),
xf = x - floor(x),