mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
add debug statements to track down crash 25179
This commit is contained in:
parent
35356701f9
commit
b97985557d
@ -232,6 +232,8 @@ class RelatedObjectMgr(DirectObject.DirectObject):
|
||||
taskMgr.remove(doLaterName)
|
||||
|
||||
objects, doIdsPending = self.__generateObjectList(doIdList)
|
||||
if None in objects:
|
||||
self.notify.warning('calling %s with None.\n objects=%s\n doIdsPending=%s\n doIdList=%s\n' % (allCallback,objects,doIdsPending,doIdList))
|
||||
if allCallback:
|
||||
allCallback(objects)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user