mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-28 04:14:27 +03:00
Visualization of fill surfaces.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace boost { namespace polygon {
|
||||
return t.holes.end();
|
||||
}
|
||||
static inline unsigned int size_holes(const ExPolygon& t) {
|
||||
return t.holes.size();
|
||||
return (int)t.holes.size();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user