mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 07:19:11 +00:00
bugfix
This commit is contained in:
parent
d7434dc3e3
commit
9e1d519896
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue