diff options
| author | Jeff Carr <[email protected]> | 2021-10-07 02:23:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-07 02:23:04 -0500 |
| commit | 44b56de98421262ca10c741737faafe056470255 (patch) | |
| tree | 8656afb75bf4cd6dcf8d18dc5b017b03c9163158 /gui.go | |
| parent | 3252ed35f22b438c4991ee6e6d1714e884a1e41f (diff) | |
NODE: start populating the node tree
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ func init() { Data.buttonMap = make(map[*ui.Button]*GuiButton) Data.WindowMap = make(map[string]*GuiWindow) + Data.NodeMap = make(map[string]*Node) } func GuiInit() { |
