added temp getExitErrorCode, remove when TT is using the new launcher in production
This commit is contained in:
parent
c734cfa1e3
commit
785d78f6ec
|
|
@ -321,6 +321,10 @@ class ShowBase(DirectObject.DirectObject):
|
|||
def popCTrav(self):
|
||||
self.cTrav = self.cTravStack.pop()
|
||||
|
||||
# temp; see ToonBase.py
|
||||
def getExitErrorCode(self):
|
||||
return 0
|
||||
|
||||
def printEnvDebugInfo(self):
|
||||
"""
|
||||
Print some information about the environment that we are running
|
||||
|
|
|
|||
Loading…
Reference in New Issue