default numGarbage to zero
Fixes a toontown crash when you exit
This commit is contained in:
parent
700051ff5f
commit
ad030f1b18
|
|
@ -37,6 +37,7 @@ class GarbageReport(Job):
|
|||
findCycles=findCycles, doneCallback=doneCallback)
|
||||
self._printing = False
|
||||
jobMgr.add(self)
|
||||
self.numGarbage = 0
|
||||
|
||||
def run(self):
|
||||
# do the garbage collection
|
||||
|
|
|
|||
Loading…
Reference in New Issue