This commit is contained in:
Josh Wilson 2005-12-08 23:34:52 +00:00
parent 9699ba9508
commit b76a4acac3
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class Actor(PandaObject, NodePath):
else:
return cmp (int(y),int(x))
self.__sortedLODNames.sort(sortFunc)
self.__sortedLODNames.sort(lambda x,y : cmp(int(y), int(x)))
def getLODNames(self):
"""