mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Refactored ClipperUtils API for a more consistent arguments convention
This commit is contained in:
@@ -98,7 +98,7 @@ Layer::make_slices()
|
||||
Polygons region_slices_p = (*layerm)->slices;
|
||||
slices_p.insert(slices_p.end(), region_slices_p.begin(), region_slices_p.end());
|
||||
}
|
||||
union_(slices_p, slices);
|
||||
union_(slices_p, &slices);
|
||||
}
|
||||
|
||||
this->slices.expolygons.clear();
|
||||
|
||||
Reference in New Issue
Block a user