mirror of
https://github.com/ppy/osu
synced 2025-01-12 00:59:35 +00:00
Fix shadow not displaying around avatar.
This commit is contained in:
parent
25d3818e7a
commit
6554a4ea58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user