From c83d2bbe6efe87b7669105179863c8ddec1e5a9b Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 22 Feb 2017 21:53:20 +0900 Subject: [PATCH] Make panels fade in again. --- osu.Game/Beatmaps/Drawables/Panel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osu.Game/Beatmaps/Drawables/Panel.cs b/osu.Game/Beatmaps/Drawables/Panel.cs index 5899f250b4..2e5f5f248b 100644 --- a/osu.Game/Beatmaps/Drawables/Panel.cs +++ b/osu.Game/Beatmaps/Drawables/Panel.cs @@ -38,6 +38,8 @@ namespace osu.Game.Beatmaps.Drawables CornerRadius = 10, BorderColour = new Color4(221, 255, 255, 255), }); + + Alpha = 0; } public void SetMultiplicativeAlpha(float alpha)