revert
This commit is contained in:
parent
9699ba9508
commit
b76a4acac3
|
|
@ -329,7 +329,7 @@ class Actor(PandaObject, NodePath):
|
||||||
else:
|
else:
|
||||||
return cmp (int(y),int(x))
|
return cmp (int(y),int(x))
|
||||||
|
|
||||||
self.__sortedLODNames.sort(sortFunc)
|
self.__sortedLODNames.sort(lambda x,y : cmp(int(y), int(x)))
|
||||||
|
|
||||||
def getLODNames(self):
|
def getLODNames(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue