mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 08:19:43 +00:00
Fixes lack of passing children to attachable() in rotate_extrude_bezier()
This commit is contained in:
parent
e8087f7ba4
commit
5b7830f8f2
2 changed files with 2 additions and 1 deletions
|
@ -563,6 +563,7 @@ module rotate_sweep_bezier(bezier, splinesteps=16, N=3, convexity=undef, angle=3
|
|||
rotate_extrude(convexity=convexity, angle=angle) {
|
||||
polygon(oline);
|
||||
}
|
||||
children();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,258];
|
||||
BOSL_VERSION = [2,0,259];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue