1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:19:53 +08:00

Fix stage background being too transparent

This is the original colour for the background. Not sure why this was changed.
This commit is contained in:
smoogipoo
2018-01-22 16:11:41 +09:00
Unverified
parent 3d36fd3676
commit 90d8ee8d36
+1 -1
View File
@@ -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<Column>
{