mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Revert "split_at_first_point needn't call deserialize as split_at calls it."
This reverts commit a6d8d6473c.
This commit is contained in:
@@ -60,6 +60,7 @@ sub split_at {
|
|||||||
|
|
||||||
sub split_at_first_point {
|
sub split_at_first_point {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
$self->deserialize;
|
||||||
return $self->split_at($self->polygon->[0]);
|
return $self->split_at($self->polygon->[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user