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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user