summaryrefslogtreecommitdiff
path: root/core/math/geometry_3d.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-01-12 13:45:31 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-01-12 13:46:16 -0500
commitddd6fb37e866026ce6b25a2e93adc062931a287e (patch)
tree0480eb82c38796d4a47d3e3813f3e9eacbcd9d16 /core/math/geometry_3d.cpp
parentbd07c5b7a8f6daa95a5cfa7a9f5c663a2553fd35 (diff)
Update PolyPartition / Triangulator library
Diffstat (limited to 'core/math/geometry_3d.cpp')
-rw-r--r--core/math/geometry_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/geometry_3d.cpp b/core/math/geometry_3d.cpp
index a918d1de0d..553184303d 100644
--- a/core/math/geometry_3d.cpp
+++ b/core/math/geometry_3d.cpp
@@ -33,7 +33,7 @@
#include "core/string/print_string.h"
#include "thirdparty/misc/clipper.hpp"
-#include "thirdparty/misc/triangulator.h"
+#include "thirdparty/misc/polypartition.h"
void Geometry3D::MeshData::optimize_vertices() {
Map<int, int> vtx_remap;