mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix shadow not displaying around avatar.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user