From 494d46ca79c10d0d4ce3f24e3e7fbbd7d5795708 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Sun, 12 May 2019 18:16:11 +0800 Subject: [PATCH] Add todo --- emulator/director.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/director.go b/emulator/director.go index fda84e99..6eba51a5 100644 --- a/emulator/director.go +++ b/emulator/director.go @@ -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