mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Update variable names
Also cleans up some weird code
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
protected HealthDisplay()
|
||||
{
|
||||
Current.ValueChanged += e => SetHealth((float)e.NewValue);
|
||||
Current.ValueChanged += health => SetHealth((float)health.NewValue);
|
||||
}
|
||||
|
||||
protected abstract void SetHealth(float value);
|
||||
|
Reference in New Issue
Block a user