Bugfix: some retractions between objects/copies were skipped. #786

This commit is contained in:
Alessandro Ranellucci 2012-11-19 15:34:52 +01:00
parent 300734db38
commit 3c7321ab80

View file

@ -54,7 +54,7 @@ sub set_shift {
$self->shift_x($shift[X]);
$self->shift_y($shift[Y]);
$self->last_pos->translate(map -$_, @shift);
$self->last_pos->translate(map -(scale $_), @shift);
}
# this method accepts Z in scaled coordinates