mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-07 03:06:55 +08:00
[csharp] Fix port of 2154
This commit is contained in:
parent
531e256d6d
commit
98980e02d3
@ -97,7 +97,7 @@ namespace Spine {
|
|||||||
if (region == null) {
|
if (region == null) {
|
||||||
uvs[BLX] = 0;
|
uvs[BLX] = 0;
|
||||||
uvs[BLY] = 0;
|
uvs[BLY] = 0;
|
||||||
uvs[ULX] = 1;
|
uvs[ULX] = 0;
|
||||||
uvs[ULY] = 1;
|
uvs[ULY] = 1;
|
||||||
uvs[URX] = 1;
|
uvs[URX] = 1;
|
||||||
uvs[URY] = 1;
|
uvs[URY] = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user