mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixes and improvements after testing with more complex objects
This commit is contained in:
@@ -14,7 +14,7 @@ has 'points' => (
|
||||
|
||||
sub id {
|
||||
my $self = shift;
|
||||
return join ' - ', map $_->id, @{$self->points};
|
||||
return join ' - ', sort map $_->id, @{$self->points};
|
||||
}
|
||||
|
||||
sub cast {
|
||||
|
||||
Reference in New Issue
Block a user