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

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)
{