diff --git a/osu-framework b/osu-framework index 5f3ec7ba17..231a39bf63 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 5f3ec7ba178a6edda281ab42b4ca14c8c3c2e0b5 +Subproject commit 231a39bf63544566212b02019f1de2518a60946f diff --git a/osu.Game/Screens/Play/SongProgressBar.cs b/osu.Game/Screens/Play/SongProgressBar.cs index 34818912d5..730cf471da 100644 --- a/osu.Game/Screens/Play/SongProgressBar.cs +++ b/osu.Game/Screens/Play/SongProgressBar.cs @@ -25,8 +25,7 @@ namespace osu.Game.Screens.Play Fill.RelativeSizeAxes = Axes.X; Fill.Height = barHeight; - Add(new - Box + Add(new Box { Name = "Background", Anchor = Anchor.BottomLeft,