mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
UNDO temp hacks
This commit is contained in:
parent
5917243378
commit
123ec119f5
@ -249,10 +249,9 @@ class DistributedObject(DistributedObjectBase):
|
||||
# after this is called, the object is no longer an active DistributedObject
|
||||
# and it may be placed in the cache
|
||||
self.__callbacks = {}
|
||||
if self.cr:
|
||||
self.cr.closeAutoInterests(self)
|
||||
self.setLocation(0,0)
|
||||
self.cr.deleteObjectLocation(self, self.parentId, self.zoneId)
|
||||
self.cr.closeAutoInterests(self)
|
||||
self.setLocation(0,0)
|
||||
self.cr.deleteObjectLocation(self, self.parentId, self.zoneId)
|
||||
|
||||
def _destroyDO(self):
|
||||
# after this is called, the object is no longer a DistributedObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user