From 97cf6008f3f53a79d2c5ff5f5167a2093f0cf777 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 24 Nov 2016 18:52:27 +0900 Subject: [PATCH] Remove playfield background box. --- osu.Game.Mode.Osu/UI/OsuPlayfield.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/osu.Game.Mode.Osu/UI/OsuPlayfield.cs b/osu.Game.Mode.Osu/UI/OsuPlayfield.cs index 94638fd79c..1e69cd78a3 100644 --- a/osu.Game.Mode.Osu/UI/OsuPlayfield.cs +++ b/osu.Game.Mode.Osu/UI/OsuPlayfield.cs @@ -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,