mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
internal/thread: fix comments
This commit is contained in:
parent
4895ae7f93
commit
2e363cc19b
@ -39,8 +39,6 @@ type OSThread struct {
|
||||
}
|
||||
|
||||
// NewOSThread creates a new thread.
|
||||
//
|
||||
// queueSize indicates the function queue size. This matters when you use CallAsync.
|
||||
func NewOSThread() *OSThread {
|
||||
return &OSThread{
|
||||
funcs: make(chan queueItem),
|
||||
|
Loading…
Reference in New Issue
Block a user