One more OSX specific fix
This commit is contained in:
parent
b19ae0df5b
commit
abc2bff3d8
@ -2040,7 +2040,7 @@ void TreeSupport::increaseAreas(std::unordered_map<SupportElement, Polygons>& to
|
|||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
elem = result.value();
|
elem = *result;
|
||||||
radius = m_config.getCollisionRadius(elem);
|
radius = m_config.getCollisionRadius(elem);
|
||||||
elem.last_area_increase = settings;
|
elem.last_area_increase = settings;
|
||||||
add = true;
|
add = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user