Fixed round number error
This commit is contained in:
@@ -118,7 +118,7 @@ class _MainMenuViewState extends State<MainMenuView> {
|
|||||||
|
|
||||||
void calculateRoundNumbers() {
|
void calculateRoundNumbers() {
|
||||||
for (var s in gameSessionArray) {
|
for (var s in gameSessionArray) {
|
||||||
s.round = s.playerScores[0].length - 1;
|
s.round = s.playerScores[0].length;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user