Browse Source

added ShowBaseAI (dev)

Darren Ranalli 21 years ago
parent
commit
677d6bc833
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/showbase/ShowBase.py

+ 3 - 0
direct/src/showbase/ShowBase.py

@@ -1509,6 +1509,9 @@ class ShowBase(DirectObject.DirectObject):
         if self.exitFunc:
         if self.exitFunc:
             self.exitFunc()
             self.exitFunc()
         self.notify.info("Exiting ShowBase.")
         self.notify.info("Exiting ShowBase.")
+        self.finalizeExit()
+
+    def finalizeExit(self):
         sys.exit()
         sys.exit()
 
 
     def startTk(self, fWantTk = 1):
     def startTk(self, fWantTk = 1):