ebiten/internal/thread
Hajime Hoshi 8dc2301e54 thread: Bug fix: Queue funcs instead of panic
Now the thread object is created at (*UserInterface).Run, we don't
have to care whether the (main) thread is started or not when
Call is called. Admit queueing the functions.

Fixes #884
2019-06-21 11:10:27 +09:00
..
thread.go thread: Bug fix: Queue funcs instead of panic 2019-06-21 11:10:27 +09:00