mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
fixed messenger leak stack trace print
This commit is contained in:
parent
b0d980371c
commit
8e4ea9d011
@ -656,7 +656,7 @@ def setGuiGridSpacing(spacing):
|
||||
# production AI doesn't create any GUI.
|
||||
if config.GetBool('record-gui-creation-stack', __debug__):
|
||||
# this will help track down the code that created DirectGui objects
|
||||
# call obj.getCreationStackTrace() to figure out what code created it
|
||||
# call obj.printCreationStackTrace() to figure out what code created it
|
||||
DirectGuiBase = recordCreationStackStr(DirectGuiBase)
|
||||
|
||||
class DirectGuiWidget(DirectGuiBase, NodePath):
|
||||
|
Loading…
x
Reference in New Issue
Block a user