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