Browse Source

Update 'main.go'

tags/0.3.0-2.Alpha
dank 2 years ago
parent
commit
40557e12a9
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      main.go

+ 4
- 4
main.go View File

@@ -1211,6 +1211,10 @@ func main() {
}
err = nil

if (rl.GuiButton(rl.NewRectangle(offsetX + 230, 350, 210, 50), "Next") || rl.IsKeyPressed(rl.KeyEnter)) {
windowIndex = 2.52
}
//if pidString != "" {
if rl.GuiButton(rl.NewRectangle(offsetX, 350, 210, 50), "Clear") {
@@ -1233,10 +1237,6 @@ func main() {
break
}
//}

if (rl.GuiButton(rl.NewRectangle(offsetX + 230, 350, 210, 50), "Next") || rl.IsKeyPressed(rl.KeyEnter)) {
windowIndex = 2.52
}
break


Loading…
Cancel
Save