mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Remove unused field.
This commit is contained in:
parent
6d44c5c8f1
commit
a315db68ab
@ -65,7 +65,6 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
|
||||
public bool Interactive = true;
|
||||
private Box colourLayer;
|
||||
private Box flashLayer;
|
||||
|
||||
public OsuLogo()
|
||||
@ -106,7 +105,7 @@ namespace osu.Game.Screens.Menu
|
||||
Origin = Anchor.Centre,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
colourLayer = new Box
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = OsuPink,
|
||||
|
Loading…
Reference in New Issue
Block a user