mirror of https://github.com/ppy/osu
Rename one more left-over `skinnable` naming
This commit is contained in:
parent
1a63ca9ece
commit
449e5fa6f8
|
@ -64,8 +64,8 @@ public SerialisedDrawableInfo(Drawable component)
|
|||
Anchor = component.Anchor;
|
||||
Origin = component.Origin;
|
||||
|
||||
if (component is ISerialisableDrawable skinnable)
|
||||
UsesFixedAnchor = skinnable.UsesFixedAnchor;
|
||||
if (component is ISerialisableDrawable serialisableDrawable)
|
||||
UsesFixedAnchor = serialisableDrawable.UsesFixedAnchor;
|
||||
|
||||
foreach (var (_, property) in component.GetSettingsSourceProperties())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue