Compare commits

..

No commits in common. "fc09ec26bb34d9e59d774b6107e533deb4f59a91" and "32ffac188b262e0a26a584d401b8765392b929a6" have entirely different histories.

View file

@ -1823,16 +1823,8 @@ module mirror_copy(v=[0,0,1], offset=0, cp)
children(); children();
} }
} else { } else {
translate(off) { translate(off) children();
$orig = true; translate(cp) mirror(nv) translate(-cp) translate(off) children();
$idx = 0;
children();
}
translate(cp) mirror(nv) translate(-cp) translate(off) {
$orig = false;
$idx = 1;
children();
}
} }
} }