From 44cd73f8e70beb436862aa0134a7c044f8e2ec7b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 8 Oct 2021 07:36:53 -0500 Subject: NODE: going down a rabbit hole --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') 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") -- cgit v1.2.3