1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 22:57:46 +08:00

Remove another reference to bar length

This commit is contained in:
Bartłomiej Dach
2023-11-10 18:26:08 +09:00
Unverified
parent 26eae0bdee
commit ec2200d54f
@@ -47,12 +47,6 @@ namespace osu.Game.Tests.Visual.Gameplay
};
});
AddSliderStep("Width", 0, 1f, 1f, val =>
{
if (healthDisplay.IsNotNull())
healthDisplay.BarLength.Value = val;
});
AddSliderStep("Height", 0, 64, 0, val =>
{
if (healthDisplay.IsNotNull())