diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-01-12 13:45:31 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-01-12 13:46:16 -0500 |
commit | ddd6fb37e866026ce6b25a2e93adc062931a287e (patch) | |
tree | 0480eb82c38796d4a47d3e3813f3e9eacbcd9d16 /core/math/geometry_3d.cpp | |
parent | bd07c5b7a8f6daa95a5cfa7a9f5c663a2553fd35 (diff) |
Update PolyPartition / Triangulator library
Diffstat (limited to 'core/math/geometry_3d.cpp')
-rw-r--r-- | core/math/geometry_3d.cpp | 2 |
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; |