1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fixed Inconsistent Naming

This commit is contained in:
RORIdev 2019-04-03 18:17:21 -03:00
parent 621f8fd78d
commit ebaaaef4d6

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
{
scoreProcessor.Health.ValueChanged += ValueChanged =>{
scoreProcessor.Health.ValueChanged += valueChanged =>{
if (scoreProcessor.Health.Value == 0)
{
if (Lives != 0)