Revert "split_at_first_point needn't call deserialize as split_at calls it."
This reverts commit a6d8d6473c
.
This commit is contained in:
parent
60ca76ff05
commit
35fda7de23
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue