mirror of
https://github.com/ppy/osu
synced 2024-12-11 01:19:26 +00:00
Fix SD not failing for the first note
This commit is contained in:
parent
18b9828c49
commit
fea56322f0
@ -23,6 +23,6 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
scoreProcessor.FailConditions += FailCondition;
|
scoreProcessor.FailConditions += FailCondition;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual bool FailCondition(ScoreProcessor scoreProcessor) => scoreProcessor.Combo.Value != scoreProcessor.HighestCombo.Value;
|
protected virtual bool FailCondition(ScoreProcessor scoreProcessor) => scoreProcessor.Combo.Value == 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user