mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-10-02 13:46:43 +02:00
Fix restore() bug
This commit is contained in:
@@ -5061,7 +5061,7 @@ module restore(desc)
|
|||||||
req_children($children);
|
req_children($children);
|
||||||
if (is_undef(desc)){
|
if (is_undef(desc)){
|
||||||
T = matrix_inverse($transform);
|
T = matrix_inverse($transform);
|
||||||
$parent_geom = ["prismoid", [CTR, UP, 0]];
|
$parent_geom = attach_geom([0,0,0]);
|
||||||
multmatrix(T) children();
|
multmatrix(T) children();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Reference in New Issue
Block a user