1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +08:00

Update framework type.

This commit is contained in:
Huo Yaoyuan 2017-06-12 14:42:14 +08:00
parent e311ac612c
commit 53da671b60

View File

@ -50,7 +50,7 @@ namespace osu.Game.Users.Profile
Y = avatar_bottom_position,
Masking = true,
CornerRadius = 5,
EdgeEffect = new EdgeEffect
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Colour = Color4.Black.Opacity(0.25f),