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:
parent
4fb565e15f
commit
c50577e25f
@ -396,11 +396,8 @@ namespace osu.Game.Rulesets.Scoring
|
||||
break;
|
||||
}
|
||||
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
baseScore += Judgement.ToNumericResult(result);
|
||||
rollingMaxBaseScore += Judgement.ToNumericResult(maxResult);
|
||||
}
|
||||
baseScore += count * Judgement.ToNumericResult(result);
|
||||
rollingMaxBaseScore += count * Judgement.ToNumericResult(maxResult);
|
||||
}
|
||||
|
||||
scoreResultCounts.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user