Fixing one more Win32 warning
This commit is contained in:
parent
2cb3754af4
commit
d39fd54e4f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user