mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
2fac71989d
commit
ebbbf50a2b
@ -345,6 +345,8 @@ class DistributedObject(PandaObject):
|
||||
# The store must run first so we know the old location
|
||||
#self.cr.storeObjectLocation(self.doId, parentId, zoneId)
|
||||
self.__location = (parentId, zoneId)
|
||||
#if parentId != None and zoneId != None:
|
||||
# base.cr.sendSetLocation(self.doId, parentId, zoneId)
|
||||
|
||||
def getLocation(self):
|
||||
return self.__location
|
||||
|
Loading…
x
Reference in New Issue
Block a user