Remove another reference to bar length

This commit is contained in:
Bartłomiej Dach 2023-11-10 18:26:08 +09:00
parent 26eae0bdee
commit ec2200d54f
No known key found for this signature in database

View File

@ -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())