Merge pull request #22842 from LumpBloom7/Fix-argon-progress-bar-oversized-fill

Fix argon progress bar fill being oversized
This commit is contained in:
Dean Herbert
2023-03-14 18:46:25 +09:00
committed by GitHub

View File

@ -242,7 +242,6 @@ namespace osu.Game.Screens.Play.HUD
{
length = value;
mask.Width = value * DrawWidth;
fill.Width = value * DrawWidth;
}
}