mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Add missing setup value for TransformConstraint.
This commit is contained in:
parent
66b7581516
commit
2a6e2b8dfc
@ -62,6 +62,7 @@ namespace Spine {
|
|||||||
rotateMix = data.rotateMix;
|
rotateMix = data.rotateMix;
|
||||||
scaleMix = data.scaleMix;
|
scaleMix = data.scaleMix;
|
||||||
shearMix = data.shearMix;
|
shearMix = data.shearMix;
|
||||||
|
offsetRotation = data.offsetRotation;
|
||||||
offsetX = data.offsetX;
|
offsetX = data.offsetX;
|
||||||
offsetY = data.offsetY;
|
offsetY = data.offsetY;
|
||||||
offsetScaleX = data.offsetScaleX;
|
offsetScaleX = data.offsetScaleX;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user