From 6554a4ea58dc7714fa8bd58ddd00e1fddde15e45 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 1 Dec 2016 17:45:32 +0900 Subject: [PATCH] Fix shadow not displaying around avatar. --- osu.Game/Overlays/Toolbar/ToolbarUserButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Toolbar/ToolbarUserButton.cs b/osu.Game/Overlays/Toolbar/ToolbarUserButton.cs index 0c7ea7b797..d0bae1dbf8 100644 --- a/osu.Game/Overlays/Toolbar/ToolbarUserButton.cs +++ b/osu.Game/Overlays/Toolbar/ToolbarUserButton.cs @@ -71,7 +71,7 @@ namespace osu.Game.Overlays.Toolbar { Type = EdgeEffectType.Shadow, Radius = 4, - Colour = new Color4(0, 0, 0, 25), + Colour = new Color4(0, 0, 0, 0.1f), }; Masking = true;