mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-04-21 20:02:04 +02:00
bugfix
This commit is contained in:
parent
d7434dc3e3
commit
9e1d519896
@ -4720,7 +4720,7 @@ function _textured_revolution(
|
||||
xyz = base - norm * texh
|
||||
) zrot(adj_angle*uang, p=xyz)
|
||||
],
|
||||
pplen = default(texcnt.x+1,len(ppath)),
|
||||
pplen = is_def(texcnt) ? texcnt.x+1 : len(ppath),
|
||||
last_len = len(ppath)-(tex_extra.x==0?1:0),
|
||||
zed = j<0? max(column(ppath,2)): min(column(ppath,2)),
|
||||
slice_vnf = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user