summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index b1be1b0..6dc3b53 100644
--- a/main.go
+++ b/main.go
@@ -46,8 +46,8 @@ func main() {
sleep(me.artificialSleep)
setupControlPanelWindow()
- sleep(2)
- if gui.ArgDebug() {
+ if debugger.ArgDebug() {
+ sleep(2)
debugger.DebugWindow(myGui)
}