*** empty log message ***

This commit is contained in:
Jesse Schell 2000-11-10 21:15:04 +00:00
parent 52b1bbadfc
commit e54e426543

View File

@ -370,7 +370,7 @@ class Actor(PandaObject, NodePath):
for partName in partNames:
if (animName==None):
animName = self.getCurrentAnim(partName)
animControl = self.__getAnimControl(animName, partName)
animControl = self.__getAnimControl(animName, partName, lodName)
if (animControl != None):
animControl.setPlayRate(rate)
@ -738,6 +738,7 @@ class Actor(PandaObject, NodePath):
else:
# lod was not present
Actor.notify.warning("couldn't find lod: %s" % (lodName))
assert(0)
return None