From ddd6fb37e866026ce6b25a2e93adc062931a287e Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 12 Jan 2021 13:45:31 -0500 Subject: Update PolyPartition / Triangulator library --- core/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/SCsub') 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] -- cgit v1.2.3