Jelajahi Sumber

kill toontown crash when you directly close the window

Redmond Urbino 19 tahun lalu
induk
melakukan
53a3560e97
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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:
             jobMgr.finish(self)
 
+        self.numGarbage = 0
+
     def run(self):
         # do the garbage collection
         wasOn = gcDebugOn()