1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Fix argon progress bar fill being oversized

This commit is contained in:
Derrick Timmermans
2023-03-12 02:08:00 +01:00
Unverified
parent e327993d11
commit febdca4547
@@ -242,7 +242,6 @@ namespace osu.Game.Screens.Play.HUD
{
length = value;
mask.Width = value * DrawWidth;
fill.Width = value * DrawWidth;
}
}