Browse Source

removed ignoreall because by definition it will not work

Joe Shochet 19 years ago
parent
commit
4af853d9e8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/showbase/DirectObject.py

+ 1 - 2
direct/src/showbase/DirectObject.py

@@ -8,8 +8,7 @@ class DirectObject:
     def __init__(self):
         pass
 
-    def __del__(self):
-        self.ignoreAll()
+    #def __del__(self):
         # This next line is useful for debugging leaks
         #print "Destructing: ", self.__class__.__name__