Skip to content

Commit

Permalink
re-enable validate all button by actually fiinishing the function
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 2, 2017
1 parent 25540d0 commit 5ecb98a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ void ScoreManager::RecalculateSSRs() {

// should deal with this misnomer - mina
void ScoreManager::EnableAllScores() {
for (size_t i = 0; i < AllScores.size(); ++i)
AllScores[i]->SetEtternaValid(true);

return;
}

Expand Down

0 comments on commit 5ecb98a

Please sign in to comment.