summaryrefslogtreecommitdiff
path: root/gui.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 /gui.go
parent0c9547a066386f82f8e724c0f61c4d31dc5351e2 (diff)
NODE: going down a rabbit hole
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index 5fa3215..9e7c253 100644
--- a/gui.go
+++ b/gui.go
@@ -19,6 +19,8 @@ func init() {
Data.buttonMap = make(map[*ui.Button]*GuiButton)
Data.WindowMap = make(map[string]*GuiWindow)
Data.NodeMap = make(map[string]*Node)
+
+ Config.counter = 0
}
func GuiInit() {