added ShowBaseAI (dev)
This commit is contained in:
parent
ccc5dc547c
commit
677d6bc833
|
|
@ -1509,6 +1509,9 @@ class ShowBase(DirectObject.DirectObject):
|
|||
if self.exitFunc:
|
||||
self.exitFunc()
|
||||
self.notify.info("Exiting ShowBase.")
|
||||
self.finalizeExit()
|
||||
|
||||
def finalizeExit(self):
|
||||
sys.exit()
|
||||
|
||||
def startTk(self, fWantTk = 1):
|
||||
|
|
|
|||
Loading…
Reference in New Issue