Fix argon progress bar fill being oversized

This commit is contained in:
Derrick Timmermans 2023-03-12 02:08:00 +01:00
parent e327993d11
commit febdca4547
No known key found for this signature in database
GPG Key ID: B1771434E9B3282C

View File

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