1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 03:27:20 +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:
Dean Herbert 2023-03-14 18:46:25 +09:00 committed by GitHub
commit 8fd07b51f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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