mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 10:10:24 +02:00
bugfix
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user