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/SCsub | |
parent | bd07c5b7a8f6daa95a5cfa7a9f5c663a2553fd35 (diff) |
Update PolyPartition / Triangulator library
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index c9f84a9a00..21829553a7 100644 --- a/core/SCsub +++ b/core/SCsub @@ -54,7 +54,7 @@ thirdparty_misc_sources = [ "smaz.c", # C++ sources "pcg.cpp", - "triangulator.cpp", + "polypartition.cpp", "clipper.cpp", ] thirdparty_misc_sources = [thirdparty_misc_dir + file for file in thirdparty_misc_sources] |