mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +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;
|
length = value;
|
||||||
mask.Width = value * DrawWidth;
|
mask.Width = value * DrawWidth;
|
||||||
fill.Width = value * DrawWidth;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user