mirror of
https://github.com/ppy/osu
synced 2025-02-22 05:27:05 +00:00
Remove another reference to bar length
This commit is contained in:
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())
|
||||
|
Loading…
Reference in New Issue
Block a user