mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Fix argon progress bar fill being oversized
This commit is contained in:
parent
e327993d11
commit
febdca4547
@ -242,7 +242,6 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
length = value;
|
||||
mask.Width = value * DrawWidth;
|
||||
fill.Width = value * DrawWidth;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user