Esthetics

This commit is contained in:
Sacha Ligthert 2023-11-12 16:02:20 +01:00
parent e66f2a2672
commit 3fb13a165f

View File

@ -131,7 +131,6 @@ func keyboardProcessor(screen tcell.Screen, keypresses chan int, gamestate chan
// This function needs to know if the game is over.
select {
case <-time.After(10 * time.Millisecond):
case _, ok := <-gamestate:
if !ok {
return