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