summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 00:07:30 -0600
committerJeff Carr <[email protected]>2024-11-16 00:07:30 -0600
commit0383207f72055e8028a1790bc6c03954eff5334f (patch)
tree86b7bd189f5a6e9a4bf962c63b84ec50413c1058 /main.go
parent2da89882e515ddbe5ce6a5e5540a461a3efdcc76 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 9865f61..7f78565 100644
--- a/main.go
+++ b/main.go
@@ -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()