1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:43:10 +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, Y = avatar_bottom_position,
Masking = true, Masking = true,
CornerRadius = 5, CornerRadius = 5,
EdgeEffect = new EdgeEffect EdgeEffect = new EdgeEffectParameters
{ {
Type = EdgeEffectType.Shadow, Type = EdgeEffectType.Shadow,
Colour = Color4.Black.Opacity(0.25f), Colour = Color4.Black.Opacity(0.25f),