mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 04:12:04 +08:00
Follow-up to f78a2c0bf662af807bacc938b005279448a1aab9
This commit is contained in:
parent
f78a2c0bf6
commit
43ce4d1894
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user