Skip to content

Commit

Permalink
get unscaled points for totalwifepoints function
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 29, 2017
1 parent 510d7be commit 62bc9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NoteData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ int NoteData::WifeTotalScoreCalc(TimingData *td, int iStartIndex, int iEndIndex)
TapNote tn = GetTapNote(t, r);
if (tn.type != TapNoteType_Empty && tn.type != TapNoteType_Mine && tn.type != TapNoteType_Fake && td->IsJudgableAtRow(r)) {
taps++;
break;
}
}
}
Expand Down

0 comments on commit 62bc9df

Please sign in to comment.