From e54e426543c674e0f0efe50ea13c3a938706d85a Mon Sep 17 00:00:00 2001 From: Jesse Schell Date: Fri, 10 Nov 2000 21:15:04 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/actor/Actor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 1f614b7fe4..c7ee53ed50 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -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