ebiten/internal/thread
Hajime Hoshi c67e4385de internal/thread: bug fix: do not close 'terminate' channel
The `terminate` channel is resued on mobiles (see (*UserInterface).Update
in internal/uidriver/mobile). The channel must not be closed.

Closes #1932
2022-01-05 17:21:53 +09:00
..
thread.go internal/thread: bug fix: do not close 'terminate' channel 2022-01-05 17:21:53 +09:00