Skip to content

Commit

Permalink
fix stupid oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 29, 2017
1 parent ab67d00 commit f0b3bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2181,12 +2181,13 @@ void Profile::RecalculateSSRs(bool OnlyOld) {
continue;

auto nd = pSteps->GetNoteData();

if (!pSteps->IsRecalcValid()) {
for (size_t i = 0; i < hsv.size(); i++) {
FOREACH_ENUM(Skillset, ss)
hsv[i].SetSkillsetSSR(ss, 0.f);
}
continue;
}

TimingData* td = pSteps->GetTimingData();
Expand Down

0 comments on commit f0b3bb9

Please sign in to comment.