فهرست منبع

added temp getExitErrorCode, remove when TT is using the new launcher in production

Darren Ranalli 19 سال پیش
والد
کامیت
785d78f6ec
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      direct/src/showbase/ShowBase.py

+ 4 - 0
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