1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

Remove playfield background box.

This commit is contained in:
Dean Herbert 2016-11-24 18:52:27 +09:00
parent ece3bc0e01
commit 97cf6008f3

View File

@ -37,15 +37,6 @@ namespace osu.Game.Modes.Osu.UI
AddInternal(new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Colour = Color4.Black,
Depth = float.MinValue,
Alpha = 0.5f,
},
approachCircles = new Container
{
RelativeSizeAxes = Axes.Both,