diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 8a5db2a416..969a3b58e1 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -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