1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Fix argon health bar not completing flash animation correctly

This commit is contained in:
Dean Herbert 2023-10-10 15:09:33 +09:00
parent b3d3ae87be
commit 8e26b3c405
No known key found for this signature in database

View File

@ -221,6 +221,9 @@ namespace osu.Game.Screens.Play.HUD
private void finishMissDisplay()
{
if (resetMissBarDelegate == null)
return;
if (Current.Value > 0)
{
glowBar.TransformTo(nameof(BarPath.BarColour), main_bar_colour, 300, Easing.In);