diff --git a/lib/views/main_menu_view.dart b/lib/views/main_menu_view.dart index 8719dfd..0c4db52 100644 --- a/lib/views/main_menu_view.dart +++ b/lib/views/main_menu_view.dart @@ -118,7 +118,7 @@ class _MainMenuViewState extends State { void calculateRoundNumbers() { for (var s in gameSessionArray) { - s.round = s.playerScores[0].length - 1; + s.round = s.playerScores[0].length; } } }