mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 10:16:54 +08:00
[unity] GetRemappedClone caused incorrect results at 270 degree roated MeshAttachments. See #1847.
This commit is contained in:
parent
2112d7f6f5
commit
7ea2f19836
@ -95,6 +95,7 @@ namespace Spine.Unity.AttachmentTools {
|
|||||||
attachment.RegionU2 = region.u2;
|
attachment.RegionU2 = region.u2;
|
||||||
attachment.RegionV2 = region.v2;
|
attachment.RegionV2 = region.v2;
|
||||||
attachment.RegionRotate = region.rotate;
|
attachment.RegionRotate = region.rotate;
|
||||||
|
attachment.RegionDegrees = region.degrees;
|
||||||
attachment.regionOffsetX = region.offsetX;
|
attachment.regionOffsetX = region.offsetX;
|
||||||
attachment.regionOffsetY = region.offsetY;
|
attachment.regionOffsetY = region.offsetY;
|
||||||
attachment.regionWidth = region.width;
|
attachment.regionWidth = region.width;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user