diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ type GuiButton struct { type GuiBox struct { W *GuiWindow - EntryMap map[string][]*GuiEntry + EntryMap map[string]*GuiEntry A *GuiArea UiBox *ui.Box |
