mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
added initial location setting
This commit is contained in:
parent
c92e7e92d4
commit
e4c5327f05
@ -322,6 +322,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
assert not hasattr(self, 'parentId')
|
||||
self.parentId = parentId
|
||||
self.zoneId = zoneId
|
||||
self.__location = (parentId, zoneId)
|
||||
self.generate()
|
||||
|
||||
def generate(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user