mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
added ShowBaseAI (dev)
This commit is contained in:
parent
ccc5dc547c
commit
677d6bc833
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user