From 93933e00e9aad5410c4adcbf5d127ee09a730b1c Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 30 Sep 2023 16:00:42 -0700 Subject: [PATCH] J3DNode free match --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index d9abb97d4..43715105c 100644 --- a/configure.py +++ b/configure.py @@ -878,7 +878,7 @@ config.libs = [ Object(NonMatching, "JSystem/J3DGraphAnimator/J3DVisibility.cpp"), Object(NonMatching, "JSystem/J3DGraphAnimator/J3DCluster.cpp"), Object(NonMatching, "JSystem/J3DGraphAnimator/J3DJoint.cpp"), - Object(NonMatching, "JSystem/J3DGraphAnimator/J3DNode.cpp"), + Object(Matching, "JSystem/J3DGraphAnimator/J3DNode.cpp"), Object(NonMatching, "JSystem/J3DGraphAnimator/J3DMaterialAttach.cpp"), ], ),