Browse Source

removing stuff from do tables

Dave Schuyler 20 years ago
parent
commit
447ab1f557
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/distributed/DistributedObjectGlobalAI.py

+ 1 - 0
direct/src/distributed/DistributedObjectGlobalAI.py

@@ -23,4 +23,5 @@ class DistributedObjectGlobalAI(DistributedObjectAI):
     
     def delete(self):
         self.air.unregisterForChannel(self.doId)
+        self.air.removeDOFromTables(self)
         DistributedObjectAI.delete(self)