1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 10:47:28 +08:00

Apply suggestion from review

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu 2022-02-01 10:48:41 +09:00 committed by GitHub
parent 4fb565e15f
commit c50577e25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,11 +396,8 @@ namespace osu.Game.Rulesets.Scoring
break; break;
} }
for (int i = 0; i < count; i++) baseScore += count * Judgement.ToNumericResult(result);
{ rollingMaxBaseScore += count * Judgement.ToNumericResult(maxResult);
baseScore += Judgement.ToNumericResult(result);
rollingMaxBaseScore += Judgement.ToNumericResult(maxResult);
}
} }
scoreResultCounts.Clear(); scoreResultCounts.Clear();