Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkent3 committed May 6, 2020
1 parent ff7bc6e commit 6aacfe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/the_hat_loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/game_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ abstract class _GameState with Store {
});
audioPlayer.play('round_start_timer_timeout.wav',
mode: PlayerMode.LOW_LATENCY);
hat.putWord(word);
changeState('verdict');
stopwatch.stop();
}
Expand Down

0 comments on commit 6aacfe5

Please sign in to comment.