Apply CornerExponent fixes

This commit is contained in:
Dean Herbert
2019-11-22 19:49:20 +09:00
parent 6469199f0d
commit c2e85a2057
10 changed files with 18 additions and 4 deletions

View File

@ -31,6 +31,12 @@ namespace osu.Game.Users.Drawables
set => base.CornerRadius = value;
}
public new float CornerExponent
{
get => base.CornerExponent;
set => base.CornerExponent = value;
}
public new EdgeEffectParameters EdgeEffect
{
get => base.EdgeEffect;