Follow-up to f78a2c0bf662af807bacc938b005279448a1aab9

This commit is contained in:
Vojtech Bubnik 2023-02-16 18:13:55 +01:00
parent f78a2c0bf6
commit 43ce4d1894

View File

@ -167,7 +167,7 @@ static void connect_layer_slices(
// Second source contour of this expolygon was found. // Second source contour of this expolygon was found.
if (i > j) if (i > j)
std::swap(i, j); std::swap(i, j);
assert_intersection_valid(i, j); assert(assert_intersection_valid(i, j));
goto end; goto end;
} }
} }