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