summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index bf5dec8..961e743 100644
--- a/structs.go
+++ b/structs.go
@@ -171,7 +171,7 @@ func (b *GuiBox) FindNode() *Node {
if b.node != nil {
return b.node
}
- DebugNodeChildren()
+ Data.ListChildren(true)
b.Dump()
log.Println("gui.FindNode() on GuiBox is nil")
os.Exit(-1)