Skip to content

Commit

Permalink
Update LeaderboardManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Jan 4, 2025
1 parent 627c9bb commit c54360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/LeaderboardManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ std::vector<ILeaderboard::Entry> FilterToNumResults(const std::vector<ILeaderboa
if (leaderboard[index].charId == relatedPlayer) break;
}
}
LOG("num results %i", numResults);

if (leaderboard.size() < numResults) {
toReturn.assign(leaderboard.begin(), leaderboard.end());
index = 0;
Expand Down

0 comments on commit c54360d

Please sign in to comment.