mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
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):
|
def popCTrav(self):
|
||||||
self.cTrav = self.cTravStack.pop()
|
self.cTrav = self.cTravStack.pop()
|
||||||
|
|
||||||
|
# temp; see ToonBase.py
|
||||||
|
def getExitErrorCode(self):
|
||||||
|
return 0
|
||||||
|
|
||||||
def printEnvDebugInfo(self):
|
def printEnvDebugInfo(self):
|
||||||
"""
|
"""
|
||||||
Print some information about the environment that we are running
|
Print some information about the environment that we are running
|
||||||
|
Loading…
x
Reference in New Issue
Block a user