1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00
This commit is contained in:
paparony03 2017-06-20 16:00:09 +10:00
parent 62dee59672
commit c8720bc5d5
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5f3ec7ba178a6edda281ab42b4ca14c8c3c2e0b5
Subproject commit 231a39bf63544566212b02019f1de2518a60946f

View File

@ -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,