mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00: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