From 98980e02d3f7bc14ea03e63b3e05fed98a172df2 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 15 Sep 2022 08:03:25 +0200 Subject: [PATCH] [csharp] Fix port of 2154 --- spine-csharp/src/Attachments/RegionAttachment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-csharp/src/Attachments/RegionAttachment.cs b/spine-csharp/src/Attachments/RegionAttachment.cs index 0e7197ea7..1e1ec929e 100644 --- a/spine-csharp/src/Attachments/RegionAttachment.cs +++ b/spine-csharp/src/Attachments/RegionAttachment.cs @@ -97,7 +97,7 @@ namespace Spine { if (region == null) { uvs[BLX] = 0; uvs[BLY] = 0; - uvs[ULX] = 1; + uvs[ULX] = 0; uvs[ULY] = 1; uvs[URX] = 1; uvs[URY] = 1;