Fixed typo.

This commit is contained in:
Justin Butler 2006-01-18 20:34:05 +00:00
parent fdf8e075a8
commit 2fae638f62
1 changed files with 1 additions and 1 deletions

View File

@ -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]