mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Apply suggestion from review
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user