summaryrefslogtreecommitdiff
path: root/cmds/helloworld/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/helloworld/main.go')
-rw-r--r--cmds/helloworld/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/helloworld/main.go b/cmds/helloworld/main.go
index 552ecb5..43aa08c 100644
--- a/cmds/helloworld/main.go
+++ b/cmds/helloworld/main.go
@@ -7,6 +7,7 @@ import (
)
func main() {
+ gui.Init()
gui.Main(helloworld)
}