Browse Source

Fixed typo.

Justin Butler 20 years ago
parent
commit
2fae638f62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -1363,7 +1363,7 @@ class Actor(DirectObject, NodePath):
         Bind the named animation to the named part and lod
         Bind the named animation to the named part and lod
         """
         """
         if lodName == None:
         if lodName == None:
-            lodNames = self.__animControl.keys()
+            lodNames = self.__animControlDict.keys()
         else:
         else:
             lodNames = [lodName]
             lodNames = [lodName]