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
7e8949a4ee
commit
1511097112
@ -219,7 +219,8 @@ class ClientRepository(DirectObject.DirectObject):
|
|||||||
del(self.doId2cdc[doId])
|
del(self.doId2cdc[doId])
|
||||||
# Sanity check the dictionaries
|
# Sanity check the dictionaries
|
||||||
assert(len(self.doId2do) == len(self.doId2cdc))
|
assert(len(self.doId2do) == len(self.doId2cdc))
|
||||||
# Delete the object itself
|
# Disable and Delete the object itself
|
||||||
|
obj.disable()
|
||||||
obj.delete()
|
obj.delete()
|
||||||
# If it is in the cache, remove it.
|
# If it is in the cache, remove it.
|
||||||
elif self.cache.contains(doId):
|
elif self.cache.contains(doId):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user