summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-09 02:37:14 -0500
committerJeff Carr <[email protected]>2021-10-09 02:37:14 -0500
commit6630fe037016967cc0b246086077b0523da6d521 (patch)
treea900b171f735d5c1091a46000e6ec89cb982e1ee /structs.go
parent3204eb151f4bd38854df22c91ab7c5f4ab06951e (diff)
NODE: walking around in the rabbit hole
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)