[csharp] Fix port of 2154

This commit is contained in:
Mario Zechner 2022-09-15 08:03:25 +02:00
parent 531e256d6d
commit 98980e02d3

View File

@ -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;