mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
fix(SkinnableAvatar): update outdated interface
This commit is contained in:
parent
e75aa9138b
commit
d39b8c7c23
@ -12,7 +12,7 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
public class SkinnableAvatar : CompositeDrawable, ISkinnableDrawable
|
||||
public partial class SkinnableAvatar : CompositeDrawable, ISerialisableDrawable
|
||||
{
|
||||
[SettingSource("Corner radius", "How much the edges should be rounded.")]
|
||||
public new BindableFloat CornerRadius { get; set; } = new BindableFloat
|
||||
|
Loading…
Reference in New Issue
Block a user