Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Jan 29, 2024
1 parent 844aa95 commit 9f873e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beholdhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ class Searcher
// group by image index
std::map<int, int> occurences;
for (const auto &match : matches) {
if (_symbols[match.imgIdx] != "behold_title") {
//if (_symbols[match.imgIdx] != "behold_title") {
occurences[match.imgIdx]++;
}
//}
}

auto max = std::max_element(
Expand Down

0 comments on commit 9f873e3

Please sign in to comment.