mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 06:52:55 +08:00
Split out affectscombo change
This commit is contained in:
parent
b0e34d86d5
commit
9e0af723cc
@ -314,11 +314,11 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
|
|
||||||
JudgedHits++;
|
JudgedHits++;
|
||||||
|
|
||||||
if (result.Judgement.AffectsCombo)
|
|
||||||
{
|
|
||||||
if (result.Type != HitResult.None)
|
if (result.Type != HitResult.None)
|
||||||
scoreResultCounts[result.Type] = scoreResultCounts.GetOrDefault(result.Type) + 1;
|
scoreResultCounts[result.Type] = scoreResultCounts.GetOrDefault(result.Type) + 1;
|
||||||
|
|
||||||
|
if (result.Judgement.AffectsCombo)
|
||||||
|
{
|
||||||
switch (result.Type)
|
switch (result.Type)
|
||||||
{
|
{
|
||||||
case HitResult.None:
|
case HitResult.None:
|
||||||
|
Loading…
Reference in New Issue
Block a user