From f89e3c59aa1a0ba60ca12c3d6c18f5eba579f3e5 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 24 May 2020 10:46:49 +0200 Subject: [PATCH] Fix copy paste fail. --- SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCsub b/SCsub index 2096dc2..35019dd 100644 --- a/SCsub +++ b/SCsub @@ -12,7 +12,7 @@ sources = [ "register_types.cpp", - "fast_quadratic_mesh_simplifier.cpp", + "thread_pool.cpp", ] if ARGUMENTS.get('custom_modules_shared', 'no') == 'yes':