1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

fixed whitespace

This commit is contained in:
Ivan Pavluk
2018-11-29 22:12:01 +07:00
Unverified
parent 2ca9864301
commit d30ab4f77c
@@ -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;