mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:43:00 +08:00
fixed whitespace
This commit is contained in:
parent
2ca9864301
commit
d30ab4f77c
@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
|||||||
protected override void ApplyResult(JudgementResult result)
|
protected override void ApplyResult(JudgementResult result)
|
||||||
{
|
{
|
||||||
base.ApplyResult(result);
|
base.ApplyResult(result);
|
||||||
|
|
||||||
if (!((TaikoJudgement)result.Judgement).AffectsHP)
|
if (!((TaikoJudgement)result.Judgement).AffectsHP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user