From 2fae638f62fc8f2dd48382f5a9d28e62779c6157 Mon Sep 17 00:00:00 2001 From: Justin Butler Date: Wed, 18 Jan 2006 20:34:05 +0000 Subject: [PATCH] Fixed typo. --- direct/src/actor/Actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index fa49f075bb..fee89e1781 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -1363,7 +1363,7 @@ class Actor(DirectObject, NodePath): Bind the named animation to the named part and lod """ if lodName == None: - lodNames = self.__animControl.keys() + lodNames = self.__animControlDict.keys() else: lodNames = [lodName]