mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Rename UsingClosestAnchor
It is now "OverridesClosestAnchor". The logic is inverted accordingly.
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Extensions
|
||||
component.Origin = info.Origin;
|
||||
|
||||
if (component is ISkinnableDrawable skinnable)
|
||||
skinnable.UsingClosestAnchor = info.UsingClosestAnchor;
|
||||
skinnable.OverridesClosestAnchor = info.OverridesClosestAnchor;
|
||||
|
||||
if (component is Container container)
|
||||
{
|
||||
|
Reference in New Issue
Block a user