diff --git a/AccuracyIndicator/AccuracyIndicator.cs b/AccuracyIndicator/AccuracyIndicator.cs index faf7e39..cb37458 100644 --- a/AccuracyIndicator/AccuracyIndicator.cs +++ b/AccuracyIndicator/AccuracyIndicator.cs @@ -431,6 +431,7 @@ internal void HitNote(NoteWrapper note) { } else { hitAccuracy = (hitAccuracy * hitNotes + lastNoteHitDifference) / (hitNotes + 1); } + ++hitNotes; } internal void MissNote(NoteWrapper note) {