mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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
|
# The store must run first so we know the old location
|
||||||
#self.cr.storeObjectLocation(self.doId, parentId, zoneId)
|
#self.cr.storeObjectLocation(self.doId, parentId, zoneId)
|
||||||
self.__location = (parentId, zoneId)
|
self.__location = (parentId, zoneId)
|
||||||
|
#if parentId != None and zoneId != None:
|
||||||
|
# base.cr.sendSetLocation(self.doId, parentId, zoneId)
|
||||||
|
|
||||||
def getLocation(self):
|
def getLocation(self):
|
||||||
return self.__location
|
return self.__location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user