From ebbbf50a2b1117f5605ebd0cbb7d66838cb4baea Mon Sep 17 00:00:00 2001 From: Samir Naik Date: Tue, 8 Mar 2005 07:51:21 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/DistributedObject.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index 541a5458d4..14e4c617aa 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/direct/src/distributed/DistributedObject.py @@ -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