mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 02:37:44 +08:00
Merge pull request #22842 from LumpBloom7/Fix-argon-progress-bar-oversized-fill
Fix argon progress bar fill being oversized
This commit is contained in:
commit
8fd07b51f7
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user