mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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)
|
assert self.notify.debugStateCall(self)
|
||||||
self.activeState = ESGenerating
|
self.activeState = ESGenerating
|
||||||
|
# this has already been set at this point
|
||||||
|
#self.cr.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||||
|
|
||||||
def generateInit(self):
|
def generateInit(self):
|
||||||
"""
|
"""
|
||||||
|
@ -355,6 +355,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
|||||||
other networked info in this function.
|
other networked info in this function.
|
||||||
"""
|
"""
|
||||||
assert self.notify.debugStateCall(self)
|
assert self.notify.debugStateCall(self)
|
||||||
|
self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||||
|
|
||||||
if wantOtpServer:
|
if wantOtpServer:
|
||||||
def generateInit(self, repository=None):
|
def generateInit(self, repository=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user