mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Many changes and fixes to remove leaks and return objects by reference
This commit is contained in:
@@ -19,7 +19,7 @@ sub merge_continuous_lines {
|
||||
|
||||
my $p = $self->pp;
|
||||
polygon_remove_parallel_continuous_edges($p);
|
||||
return (ref $self)->new(@$p);
|
||||
return __PACKAGE__->new(@$p);
|
||||
}
|
||||
|
||||
sub remove_acute_vertices {
|
||||
|
||||
Reference in New Issue
Block a user