1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00

Fix shadow not displaying around avatar.

This commit is contained in:
Dean Herbert 2016-12-01 17:45:32 +09:00
parent 25d3818e7a
commit 6554a4ea58

View File

@ -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;