Skip to content

Commit

Permalink
make a note of inefficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 29, 2017
1 parent bf83143 commit 4fa3d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,7 @@ void Profile::RecalculateSSRs(bool OnlyOld) {
if (OnlyOld && hsv[i].GetSSRCalcVersion() == GetCalcVersion())
continue;

// should find away to avoid calling this more than once -
NoteData& nd = pSteps->GetNoteData();

// only build etaner once
Expand Down

0 comments on commit 4fa3d03

Please sign in to comment.