mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566
This commit is contained in:
@@ -80,7 +80,7 @@ SurfaceCollection::group(merge_solid = false)
|
||||
CODE:
|
||||
// perform grouping
|
||||
std::vector<SurfacesPtr> groups;
|
||||
THIS->group(groups, merge_solid);
|
||||
THIS->group(&groups, merge_solid);
|
||||
|
||||
// build return arrayref
|
||||
AV* av = newAV();
|
||||
|
||||
Reference in New Issue
Block a user