Skip to content

Commit

Permalink
Update scores-graphics.cpp deleted markers
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanHTW committed Jun 22, 2024
1 parent 85dd5ff commit 29de2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scores-graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ std::string ScoreboardOverlay(scoreboard_display_data_list_t sbddl) {
<< "\n";
};

<<<<<<< HEAD

for (const auto& s : sbddl) { // auto REFERENCE s
=======

// Use reference to avoid unnecessary copying of complex structures
for (const auto& s : sbddl) {
>>>>>>> bc8a89f (Set C++17 standard in CMakeLists.txt for std::filesystem support in menu.cpp. Same as adding .vscode into .gitignore and changed some code deleting comments and changing comments)

print_score_stat(s);
}
str_os << sp << bottom_border_text << "\n";
Expand Down

0 comments on commit 29de2cd

Please sign in to comment.