summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
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 6d05ab8..2df06cc 100644
--- a/debug.go
+++ b/debug.go
@@ -103,7 +103,7 @@ func (n *Node) Dump() {
Indent(b, "id = ", n.id)
Indent(b, "Name = ", n.Name)
Indent(b, "(X,Y) = ", n.X, n.Y)
- Indent(b, "Next (X,Y) = ", n.NextX, n.NextY)
+ Indent(b, "Next (W,H) = ", n.NextW, n.NextH)
if (n.parent == nil) {
Indent(b, "parent = nil")