mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename ISkinnableDrawable
to ISerialisableDrawable
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Extensions
|
||||
component.Anchor = drawableInfo.Anchor;
|
||||
component.Origin = drawableInfo.Origin;
|
||||
|
||||
if (component is ISkinnableDrawable skinnable)
|
||||
if (component is ISerialisableDrawable skinnable)
|
||||
{
|
||||
skinnable.UsesFixedAnchor = drawableInfo.UsesFixedAnchor;
|
||||
|
||||
|
Reference in New Issue
Block a user