mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 09:37:09 +00:00
Add todo
This commit is contained in:
parent
3ca1fd9d51
commit
494d46ca79
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ type Director struct {
|
|||
const FPS = 60
|
||||
|
||||
func NewDirector(roomID string, imageChannel chan *image.RGBA, audioChannel chan float32, inputChannel chan int) *Director {
|
||||
// return image channel from where it write
|
||||
// TODO: return image channel from where it write
|
||||
director := Director{}
|
||||
director.Done = make(chan struct{})
|
||||
director.audioChannel = audioChannel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue