better temp check

This commit is contained in:
David Rose 2007-07-03 17:13:29 +00:00
parent 8488c504d6
commit a297fb9c6f

View File

@ -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: