summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-08 07:36:53 -0500
committerJeff Carr <[email protected]>2021-10-08 07:36:53 -0500
commit44cd73f8e70beb436862aa0134a7c044f8e2ec7b (patch)
treec1ae8e11430875a747b138928f3ca7806669fe41 /debug.go
parent0c9547a066386f82f8e724c0f61c4d31dc5351e2 (diff)
NODE: going down a rabbit hole
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index ae6801d..dbdbc68 100644
--- a/debug.go
+++ b/debug.go
@@ -178,7 +178,7 @@ func DebugNodeChildren() {
}
log.Println("Dumping Data.NodeMap:")
for name, node := range Data.NodeMap {
- log.Println("\tData.NodeMap name =", node.Width, node.Height, name)
+ log.Println("\tData.NodeMap name =", node.id, node.Width, node.Height, name)
// node.Dump()
node.ListChildren()
// node.SetName("yahoo")