Follow-up to f78a2c0bf6
This commit is contained in:
parent
f78a2c0bf6
commit
43ce4d1894
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue