mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
sendSetLOcation from setLocation
This commit is contained in:
parent
d10e287d72
commit
2e5a15c145
@ -141,7 +141,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
|||||||
|
|
||||||
def setLocation(self, parentId, zoneId):
|
def setLocation(self, parentId, zoneId):
|
||||||
# The store must run first so we know the old location
|
# The store must run first so we know the old location
|
||||||
self.air.setLocation(self.doId, parentId, zoneId)
|
self.air.sendSetLocation(self, parentId, zoneId)
|
||||||
|
|
||||||
|
|
||||||
if 0: # this is untested:
|
if 0: # this is untested:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user