mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Remove GOMAXPROCS
This commit is contained in:
parent
c18b1cc9bd
commit
a0cf1e5d55
@ -13,7 +13,6 @@ import (
|
||||
|
||||
func init() {
|
||||
runtime.LockOSThread()
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
}
|
||||
|
||||
func loadImage(path string) (image.Image, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user