mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-08 16:24:53 +08:00
[libgdx] Fixed reading shearY mix for transform constraint timelines.
This commit is contained in:
parent
1deed7c670
commit
546d55a929
@ -821,7 +821,7 @@ public class SkeletonJson extends SkeletonLoader {
|
||||
mixY = mixY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixScaleY = mixScaleY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixShearY = mixShearY2;
|
||||
keyMap = nextMap;
|
||||
}
|
||||
timelines.add(timeline);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user