Skip to content

Commit

Permalink
Fix showing empty rating at some points in time in rating chart (#2551)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <v23620@gmail.com>
  • Loading branch information
Marc-Spector and IvanPavilionG7 committed Apr 3, 2022
1 parent 9b0c72c commit 71b98ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ private void buildData(List<PathElement> elements) {
putMapRatingValue(++leftXCoordinate, value += augmentation);
}
} else {
putMapRatingValue(leftXCoordinate, rating1);
putMapRatingValue(++leftXCoordinate, rating1);
}
}
}
Expand Down

0 comments on commit 71b98ba

Please sign in to comment.