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.
if (i > j)
std::swap(i, j);
assert_intersection_valid(i, j);
assert(assert_intersection_valid(i, j));
goto end;
}
}