Rolled back bugfix for hiding grandchildren of hidden child.

This commit is contained in:
Revar Desmera 2020-03-09 19:35:46 -07:00
parent 8d3ea6b727
commit 7e69100a53
2 changed files with 2 additions and 2 deletions

View file

@ -802,8 +802,8 @@ module attachable(
$color = undef; $color = undef;
children(0); children(0);
} }
children(1);
} }
children(1);
} }
} }

View file

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