Bugfix: some retractions between objects/copies were skipped. #786
This commit is contained in:
parent
300734db38
commit
3c7321ab80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue