From 90d8ee8d36d39e26ccbb7e7a24efaa9188558b5b Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 22 Jan 2018 16:11:41 +0900 Subject: [PATCH] Fix stage background being too transparent This is the original colour for the background. Not sure why this was changed. --- osu.Game.Rulesets.Mania/UI/ManiaStage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Mania/UI/ManiaStage.cs b/osu.Game.Rulesets.Mania/UI/ManiaStage.cs index ec21c72285..e6dd2d7d7a 100644 --- a/osu.Game.Rulesets.Mania/UI/ManiaStage.cs +++ b/osu.Game.Rulesets.Mania/UI/ManiaStage.cs @@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Mania.UI { Name = "Background", RelativeSizeAxes = Axes.Both, - Colour = new Color4(0, 0, 0, 0.8f) + Colour = Color4.Black }, columnFlow = new FillFlowContainer {