mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fix mac warnings
This commit is contained in:
@@ -155,7 +155,7 @@ template<class _Mesh> TriangleMesh cgal_to_triangle_mesh(const _Mesh &cgalmesh)
|
|||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
Vec3i facet;
|
Vec3i facet;
|
||||||
for (const auto &v : vtc) {
|
for (auto v : vtc) {
|
||||||
if (i > 2) { i = 0; break; }
|
if (i > 2) { i = 0; break; }
|
||||||
facet(i++) = v;
|
facet(i++) = v;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user