diff options
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
