1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:43:21 +08:00

Update osu.Game/Screens/Play/HUD/ArgonSongProgress.cs

This commit is contained in:
Ruki 2023-01-12 13:19:03 +01:00 committed by GitHub
parent d2309feec2
commit 4439698867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,6 @@ namespace osu.Game.Screens.Play.HUD
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,
RelativeSizeAxes = Axes.X,
Masking = true,
CornerRadius = 5,
},
bar = new ArgonSongProgressBar(bar_height)
{