diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 00:07:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 00:07:30 -0600 |
| commit | 0383207f72055e8028a1790bc6c03954eff5334f (patch) | |
| tree | 86b7bd189f5a6e9a4bf962c63b84ec50413c1058 /main.go | |
| parent | 2da89882e515ddbe5ce6a5e5540a461a3efdcc76 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ var myGui *gui.Node // This is the beginning of the binary tree of widgets // go will sit here until the window exits func main() { myGui = gui.New().Default() - myGui.LoadToolkit("nocui") + // myGui.LoadToolkit("nocui") buildworld() gui.Watchdog() |
