mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
rename TaikoJudgement.AffectsHP to AffectsHp
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user