mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 01:57:22 +00:00
Investigate slow
This commit is contained in:
parent
663551a22f
commit
b108af3f54
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