Fix attachable(). Again. For real this time.

This commit is contained in:
Revar Desmera 2020-03-09 21:15:04 -07:00
parent 7e69100a53
commit ab6f59867e
2 changed files with 11 additions and 11 deletions

View file

@ -785,7 +785,6 @@ module attachable(
);
m = attach_transform(anchor,spin,orient,geom);
multmatrix(m) {
if (attachment_is_shown($tags)) {
$parent_anchor = anchor;
$parent_spin = spin;
$parent_orient = orient;
@ -796,6 +795,7 @@ module attachable(
$tags_shown = undef;
$tags_hidden = undef;
if (attachment_is_shown($tags)) {
if (is_undef($color)) {
children(0);
} else color($color) {

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,176];
BOSL_VERSION = [2,0,177];
// Section: BOSL Library Version Functions