1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

fixed whitespace

This commit is contained in:
Ivan Pavluk 2018-11-29 22:12:01 +07:00
parent 2ca9864301
commit d30ab4f77c

View File

@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
protected override void ApplyResult(JudgementResult result)
{
base.ApplyResult(result);
if (!((TaikoJudgement)result.Judgement).AffectsHP)
return;