1
0
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:
tsrk 2023-03-03 19:35:45 +00:00
parent e75aa9138b
commit d39b8c7c23
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -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