Skip to content

Commit

Permalink
Merge pull request ppy#30518 from Givikap120/ensure_correct_misscount
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo authored Nov 6, 2024
2 parents 2bd12e1 + f3251bf commit 9b6d31b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected override PerformanceAttributes CreatePerformanceAttributes(ScoreInfo s
countMiss = score.Statistics.GetValueOrDefault(HitResult.Miss);
countSliderEndsDropped = osuAttributes.SliderCount - score.Statistics.GetValueOrDefault(HitResult.SliderTailHit);
countSliderTickMiss = score.Statistics.GetValueOrDefault(HitResult.LargeTickMiss);
effectiveMissCount = countMiss;

if (osuAttributes.SliderCount > 0)
{
Expand Down

0 comments on commit 9b6d31b

Please sign in to comment.