mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 06:01:49 +08:00
Revert "split_at_first_point needn't call deserialize as split_at calls it."
This reverts commit a6d8d6473c5ebe3d04d119c7d9cd010f9628d31a.
This commit is contained in:
parent
60ca76ff05
commit
35fda7de23
@ -60,6 +60,7 @@ sub split_at {
|
||||
|
||||
sub split_at_first_point {
|
||||
my $self = shift;
|
||||
$self->deserialize;
|
||||
return $self->split_at($self->polygon->[0]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user