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