mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-04-10 02:05:10 +00:00
remove comma
This commit is contained in:
parent
407457b8df
commit
93b61bcfcb
1 changed files with 1 additions and 1 deletions
|
@ -3935,7 +3935,7 @@ function texture(tex, n, border, gap, roughness, inset) =
|
|||
assert(num_defined([gap,border])==0, str(tex," texture does not accept gap or border"))
|
||||
assert(num_defined([roughness])==0, str(tex," texture no longer accepts 'roughness'. Use tex_depth to control roughness (0.2 was the old default)"))
|
||||
let(
|
||||
n = default(n,32),
|
||||
n = default(n,32)
|
||||
) [
|
||||
for (y = [0:1:n-1])
|
||||
rands(0, 1, n, seed=123456+29*y)
|
||||
|
|
Loading…
Reference in a new issue