mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
better temp check
This commit is contained in:
parent
8488c504d6
commit
a297fb9c6f
@ -1082,7 +1082,7 @@ class Actor(DirectObject, NodePath):
|
|||||||
is not intended to be animated during the lifetime of the
|
is not intended to be animated during the lifetime of the
|
||||||
Actor. """
|
Actor. """
|
||||||
# Temporary condition for old Pandas.
|
# Temporary condition for old Pandas.
|
||||||
if not hasattr(PartBundle, 'freezeJoint'):
|
if not hasattr(PartBundle, 'controlJoint'):
|
||||||
return
|
return
|
||||||
|
|
||||||
if transform == None:
|
if transform == None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user