mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fixed call to uniqueElements
This commit is contained in:
parent
c11bb894b2
commit
48362bd801
@ -163,7 +163,7 @@ class DoInterestManager(DirectObject.DirectObject):
|
|||||||
if isinstance(zoneIdList, types.ListType):
|
if isinstance(zoneIdList, types.ListType):
|
||||||
vzl = list(zoneIdList)
|
vzl = list(zoneIdList)
|
||||||
vzl.sort()
|
vzl.sort()
|
||||||
PythonUtil.uniqueElements(vzl)
|
uniqueElements(vzl)
|
||||||
for zone in vzl:
|
for zone in vzl:
|
||||||
datagram.addUint32(zone)
|
datagram.addUint32(zone)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user