mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-01-09 08:49:53 +00:00
Fix restore() bug
This commit is contained in:
parent
39d88ca294
commit
128721ab8d
1 changed files with 1 additions and 1 deletions
|
|
@ -5061,7 +5061,7 @@ module restore(desc)
|
|||
req_children($children);
|
||||
if (is_undef(desc)){
|
||||
T = matrix_inverse($transform);
|
||||
$parent_geom = ["prismoid", [CTR, UP, 0]];
|
||||
$parent_geom = attach_geom([0,0,0]);
|
||||
multmatrix(T) children();
|
||||
}
|
||||
else{
|
||||
|
|
|
|||
Loading…
Reference in a new issue