From aa2074a380691e92e3c55109c3dd9d17508226af Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 15 Jan 2019 01:30:30 +0800 Subject: [PATCH] remove runtime.GOMAXPROCS(1) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4306235..02d3471 100644 --- a/main.go +++ b/main.go @@ -448,7 +448,7 @@ func main() { var exitcode int - runtime.GOMAXPROCS(1) + //runtime.GOMAXPROCS(1) os.Setenv("SDL_VIDEO_CENTERED","1")