mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 11:03:56 +00:00
Investigate slow
This commit is contained in:
parent
14e42789d7
commit
ad613d81f8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func NewGameView(console *nes.Console, title, saveFile string, imageChannel chan
|
|||
func (view *GameView) ListenToInputChannel() {
|
||||
for {
|
||||
// Adding ok here make thing slowdown
|
||||
// TODO: Investigate
|
||||
// TODO: Investigate slow
|
||||
keysInBinary, ok := <-view.inputChannel
|
||||
if !ok {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue