mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[libgdx] Fix json TransformConstraint timeline mixShearY value being ignored. See commit c8f2370.
This commit is contained in:
parent
c8f2370e75
commit
fa324fd838
@ -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