From a297fb9c6f4bc2be186b4cf4a3319473fcf008fe Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 3 Jul 2007 17:13:29 +0000 Subject: [PATCH] better temp check --- direct/src/actor/Actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 895d9a26bb..e6f516830b 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -1082,7 +1082,7 @@ class Actor(DirectObject, NodePath): is not intended to be animated during the lifetime of the Actor. """ # Temporary condition for old Pandas. - if not hasattr(PartBundle, 'freezeJoint'): + if not hasattr(PartBundle, 'controlJoint'): return if transform == None: