mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 10:15:56 +08:00
Fix
This commit is contained in:
parent
34139a5d9d
commit
836f91ef77
@ -443,7 +443,7 @@ indexed_triangle_set ShapeDiameterFunction::subdivide(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index_offset < count_edge_vertices-1) {
|
if (index_offset < ((int)count_edge_vertices-1)) {
|
||||||
std::pair<size_t, size_t> new_key(new_index, key.second);
|
std::pair<size_t, size_t> new_key(new_index, key.second);
|
||||||
bool new_key_swap = false;
|
bool new_key_swap = false;
|
||||||
if (new_key.first > new_key.second) {
|
if (new_key.first > new_key.second) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user