mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[csharp] Port of commit 546d55a. Fixed reading shearY mix for transform constraint timelines.
This commit is contained in:
parent
008541ef8e
commit
4b822f2242
@ -902,7 +902,7 @@ namespace Spine {
|
||||
mixY = mixY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixScaleY = mixScaleY2;
|
||||
mixScaleX = mixScaleX2;
|
||||
mixShearY = mixShearY2;
|
||||
keyMap = nextMap;
|
||||
}
|
||||
timelines.Add(timeline);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user