rename TaikoJudgement.AffectsHP to AffectsHp

This commit is contained in:
Ivan Pavluk
2018-11-29 22:26:23 +07:00
parent d30ab4f77c
commit 13a166a645
5 changed files with 5 additions and 5 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
{
base.ApplyResult(result);
if (!((TaikoJudgement)result.Judgement).AffectsHP)
if (!((TaikoJudgement)result.Judgement).AffectsHp)
return;
bool isSwell = false;