mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fixed doHeirarchy
This commit is contained in:
parent
316be45a48
commit
4ee8b0a07f
@ -193,6 +193,8 @@ class DistributedObject(PandaObject):
|
||||
"""
|
||||
assert self.notify.debugStateCall(self)
|
||||
self.activeState = ESGenerating
|
||||
# this has already been set at this point
|
||||
#self.cr.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||
|
||||
def generateInit(self):
|
||||
"""
|
||||
|
@ -355,6 +355,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
other networked info in this function.
|
||||
"""
|
||||
assert self.notify.debugStateCall(self)
|
||||
self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||
|
||||
if wantOtpServer:
|
||||
def generateInit(self, repository=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user