mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566
This commit is contained in:
parent
57fd6ad563
commit
e9b87b69df
3 changed files with 21 additions and 38 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue