mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Implement ExPolygon::XS->clone()
This commit is contained in:
parent
8d49c4063b
commit
9dc1a3c69d
2 changed files with 7 additions and 1 deletions
|
@ -15,4 +15,6 @@ package Slic3r::ExPolygon::XS;
|
|||
use overload
|
||||
'@{}' => sub { $_[0]->arrayref };
|
||||
|
||||
sub clone { (ref $_[0])->_clone($_[0]) }
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue