瀏覽代碼

Fixed typo.

Justin Butler 20 年之前
父節點
當前提交
2fae638f62
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         """
         if lodName == None:
-            lodNames = self.__animControl.keys()
+            lodNames = self.__animControlDict.keys()
         else:
             lodNames = [lodName]