fixed bug in controlJoint
This commit is contained in:
parent
925a3d0978
commit
7b7230f2ad
|
|
@ -724,7 +724,7 @@ class Actor(PandaObject, NodePath):
|
|||
be too late to add a new control during that animation.
|
||||
"""
|
||||
partBundleDict = self.__partBundleDict.get(lodName)
|
||||
if partBundleDict:
|
||||
if not partBundleDict:
|
||||
Actor.notify.warning("no lod named: %s" % (lodName))
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue