mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-18 11:51:44 +02:00
Fix attachable(). Again. For real this time.
This commit is contained in:
@@ -785,17 +785,17 @@ module attachable(
|
||||
);
|
||||
m = attach_transform(anchor,spin,orient,geom);
|
||||
multmatrix(m) {
|
||||
$parent_anchor = anchor;
|
||||
$parent_spin = spin;
|
||||
$parent_orient = orient;
|
||||
$parent_geom = geom;
|
||||
$parent_size = attach_geom_size(geom);
|
||||
|
||||
$attach_to = undef;
|
||||
$tags_shown = undef;
|
||||
$tags_hidden = undef;
|
||||
|
||||
if (attachment_is_shown($tags)) {
|
||||
$parent_anchor = anchor;
|
||||
$parent_spin = spin;
|
||||
$parent_orient = orient;
|
||||
$parent_geom = geom;
|
||||
$parent_size = attach_geom_size(geom);
|
||||
|
||||
$attach_to = undef;
|
||||
$tags_shown = undef;
|
||||
$tags_hidden = undef;
|
||||
|
||||
if (is_undef($color)) {
|
||||
children(0);
|
||||
} else color($color) {
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,176];
|
||||
BOSL_VERSION = [2,0,177];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user