mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -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):
|
||||
vzl = list(zoneIdList)
|
||||
vzl.sort()
|
||||
PythonUtil.uniqueElements(vzl)
|
||||
uniqueElements(vzl)
|
||||
for zone in vzl:
|
||||
datagram.addUint32(zone)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user