瀏覽代碼

fixed messenger leak stack trace print

Darren Ranalli 17 年之前
父節點
當前提交
8e4ea9d011
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/gui/DirectGuiBase.py

+ 1 - 1
direct/src/gui/DirectGuiBase.py

@@ -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):