This commit is contained in:
Luke Meyers 2020-02-08 21:44:02 -08:00
parent 54301af870
commit 9c2dafd5fc
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func run() error {
cmdC := make(chan []game.Command)
go func() { cmdC <- game.PollCommands(s) }()
for !w.Closed() && !s.GameOver {
for !w.Closed() {
if rs.Animating {
rs = gfx.Render(rs, sOld, s, w, *sb)
if !rs.Animating {