Skip to content

Commit 0701f08

Browse files
committed
Fix bug in helix.visible
1 parent a123bf0 commit 0701f08

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/glow/primitives.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
set: function(value) {
265265
if (value == (this.__id != null)) return
266266
if (this.__comp) this.__comp.visible = value // extrusion and ring use a compound
267+
if (this.__curve) this.__curve.visible = value
267268
if (value) {
268269
this.__id = nextVisibleId
269270
nextVisibleId++

0 commit comments

Comments
 (0)