diff --git a/osu.Game/Screens/Play/HUD/ArgonHealthDisplay.cs b/osu.Game/Screens/Play/HUD/ArgonHealthDisplay.cs index b6e2f494d1..3c29d068e6 100644 --- a/osu.Game/Screens/Play/HUD/ArgonHealthDisplay.cs +++ b/osu.Game/Screens/Play/HUD/ArgonHealthDisplay.cs @@ -149,6 +149,7 @@ namespace osu.Game.Screens.Play.HUD double time = v.NewValue > GlowBarValue ? 500 : 250; + // TODO: this should probably use interpolation in update. this.TransformTo(nameof(HealthBarValue), v.NewValue, time, Easing.OutQuint); if (resetMissBarDelegate == null) this.TransformTo(nameof(GlowBarValue), v.NewValue, time, Easing.OutQuint);