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:
parent
621f8fd78d
commit
ebaaaef4d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user