Add customisation support for LegacyHealthDisplay

This commit is contained in:
Dean Herbert
2021-05-11 16:56:55 +09:00
parent 0cf3efa16b
commit f6f4b90d2b

View File

@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Skinning
{
public class LegacyHealthDisplay : HealthDisplay
public class LegacyHealthDisplay : HealthDisplay, ISkinnableComponent
{
private const double epic_cutoff = 0.5;