diff options
| author | Jeff Carr <[email protected]> | 2019-06-13 14:17:05 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-13 14:17:05 -0700 |
| commit | c567507957eb3ad6f628322762dff982c177cca8 (patch) | |
| tree | 3708faa3eb74b1f366ce29eb3b557490d6ddf5ce /box.go | |
| parent | 597325f8921e4e79cbf51d176ba0cf4617400896 (diff) | |
ready to implement Destroy()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'box.go')
| -rw-r--r-- | box.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ func HardBox(gw *GuiWindow, axis int, name string) *GuiBox { add(gw.BoxMap["MAINBOX"], newbox) - log.Println("HardBoxk END") + log.Println("HardBox END") return newbox } |
