mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
try to fix build on windows
This commit is contained in:
@@ -186,7 +186,7 @@ std::vector<Vec3i> create_neighbors_index(ExPolicy &&ex, const indexed_triangle_
|
|||||||
if (indices.empty() || vertices_size == 0) return {};
|
if (indices.empty() || vertices_size == 0) return {};
|
||||||
|
|
||||||
auto vertex_triangles = VertexFaceIndex{its};
|
auto vertex_triangles = VertexFaceIndex{its};
|
||||||
constexpr int no_value = -1;
|
static constexpr int no_value = -1;
|
||||||
std::vector<Vec3i> neighbors(indices.size(),
|
std::vector<Vec3i> neighbors(indices.size(),
|
||||||
Vec3i(no_value, no_value, no_value));
|
Vec3i(no_value, no_value, no_value));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user