1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00
This commit is contained in:
Jai Sharma 2017-06-24 09:15:53 +01:00 committed by GitHub
parent e16b646014
commit a0262e32b1

View File

@ -15,9 +15,8 @@ namespace osu.Game.Screens.Play
{
public Action<double> OnSeek;
private Box fill;
private Box background;
private Container handleBase;
private readonly Box fill;
private readonly Container handleBase;
public Color4 FillColour
{
@ -49,7 +48,7 @@ namespace osu.Game.Screens.Play
Children = new Drawable[]
{
background = new Box
new Box
{
Name = "Background",
Anchor = Anchor.BottomLeft,