summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 13:25:07 -0600
committerJeff Carr <[email protected]>2024-01-03 13:25:07 -0600
commit138f72728cbbd10ea3d64888a6482d4c1a21718e (patch)
treee576a50b811053ee07d278532f50582e17d73b6e /main.go
parente14770e94c9ec126a3d418d6d2b2f15ef8cf1607 (diff)
moved to using 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
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)
}