remove runtime.GOMAXPROCS(1)

This commit is contained in:
cuu 2019-01-15 01:30:30 +08:00
parent 2b00e00f26
commit aa2074a380

View File

@ -448,7 +448,7 @@ func main() {
var exitcode int
runtime.GOMAXPROCS(1)
//runtime.GOMAXPROCS(1)
os.Setenv("SDL_VIDEO_CENTERED","1")