소스 검색

kill toontown crash when you directly close the window

Redmond Urbino 19 년 전
부모
커밋
53a3560e97
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      direct/src/showbase/GarbageReport.py

+ 2 - 0
direct/src/showbase/GarbageReport.py

@@ -37,6 +37,8 @@ class GarbageReport(Job):
         if threaded == False:
         if threaded == False:
             jobMgr.finish(self)
             jobMgr.finish(self)
 
 
+        self.numGarbage = 0
+
     def run(self):
     def run(self):
         # do the garbage collection
         # do the garbage collection
         wasOn = gcDebugOn()
         wasOn = gcDebugOn()