mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixing one more Win32 warning
This commit is contained in:
@@ -781,7 +781,7 @@ namespace SupportMaterialInternal {
|
|||||||
{
|
{
|
||||||
for (const ExtrusionPath &ep : loop.paths)
|
for (const ExtrusionPath &ep : loop.paths)
|
||||||
if (ep.role() == erOverhangPerimeter && ! ep.polyline.empty())
|
if (ep.role() == erOverhangPerimeter && ! ep.polyline.empty())
|
||||||
return ep.size() >= (ep.is_closed() ? 3 : 2);
|
return int(ep.size()) >= (ep.is_closed() ? 3 : 2);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
static bool has_bridging_perimeters(const ExtrusionEntityCollection &perimeters)
|
static bool has_bridging_perimeters(const ExtrusionEntityCollection &perimeters)
|
||||||
|
|||||||
Reference in New Issue
Block a user