mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
use verbose instance type
This commit is contained in:
parent
6f3e0b21ca
commit
2360220a99
@ -169,7 +169,7 @@ class GarbageReport(TaskThreaded):
|
||||
if len(objStr) > maxLen:
|
||||
snip = '<SNIP>'
|
||||
objStr = '%s%s' % (objStr[:(maxLen-len(snip))], snip)
|
||||
self.s.append(self.format % (id, type(self.parent.garbage[id]), objStr))
|
||||
self.s.append(self.format % (id, itype(self.parent.garbage[id]), objStr))
|
||||
if (not (i & 0x7F)) and (not self.timeLeft()):
|
||||
# we've run out of time, save the index
|
||||
self.index = i+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user