mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 23:05:01 +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) {
|
||||
uvs[BLX] = 0;
|
||||
uvs[BLY] = 0;
|
||||
uvs[ULX] = 1;
|
||||
uvs[ULX] = 0;
|
||||
uvs[ULY] = 1;
|
||||
uvs[URX] = 1;
|
||||
uvs[URY] = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user