From 32037fc73cfc66250a539fb859ba6c12aab96d6f Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 27 Jul 2022 19:13:29 +0200 Subject: [PATCH] Fix compile. --- modules/mesh_utils/delaunay/delaunay_3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mesh_utils/delaunay/delaunay_3d.h b/modules/mesh_utils/delaunay/delaunay_3d.h index 8dd5cdb52..9724ea5c0 100644 --- a/modules/mesh_utils/delaunay/delaunay_3d.h +++ b/modules/mesh_utils/delaunay/delaunay_3d.h @@ -407,7 +407,7 @@ public: } } - good_triangles++; + //good_triangles++; } //print_line("at point " + itos(i) + "/" + itos(point_count) + " simplices added " + itos(good_triangles) + "/" + itos(simplex_list.size()) + " - triangles: " + itos(triangles.size()));