mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[cpp] Fix JSON parsing of transform constraint timelines, path constraint mix timeline constant. Closes #2736
This commit is contained in:
parent
ff9044c3eb
commit
c9de3b8776
@ -61,7 +61,7 @@ namespace spine {
|
||||
static const int ENTRIES = 4;
|
||||
static const int ROTATE = 1;
|
||||
static const int X = 2;
|
||||
static const int Y = 2;
|
||||
static const int Y = 3;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@ -1278,7 +1278,7 @@ Animation *SkeletonJson::readAnimation(Json *root, SkeletonData *skeletonData) {
|
||||
mixY = mixY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixScaleY = mixScaleY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixShearY = mixShearY2;
|
||||
keyMap = nextMap;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user