1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Refactored ClipperUtils API for a more consistent arguments convention

This commit is contained in:
Alessandro Ranellucci
2014-11-15 23:44:03 +01:00
parent 28466750e6
commit bf0eb1af0c
14 changed files with 204 additions and 205 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void
LayerRegion::merge_slices()
{
ExPolygons expp;
union_(this->slices, expp);
union_(this->slices, &expp);
this->slices.surfaces.clear();
this->slices.surfaces.reserve(expp.size());