Fixed regression in seam_position = aligned. #2604
This commit is contained in:
parent
98417f77f0
commit
fbcf5319ea
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ sub extrude_loop {
|
|||
my $obj_ptr = 0;
|
||||
if (defined $self->layer) {
|
||||
$obj_ptr = $self->layer->object->ptr;
|
||||
if (defined $self->_seam_position->{$self->layer->object}) {
|
||||
if (defined $self->_seam_position->{$obj_ptr}) {
|
||||
$last_pos = $self->_seam_position->{$obj_ptr};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue