mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +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;
|
||||
scaleMix = data.scaleMix;
|
||||
shearMix = data.shearMix;
|
||||
offsetRotation = data.offsetRotation;
|
||||
offsetX = data.offsetX;
|
||||
offsetY = data.offsetY;
|
||||
offsetScaleX = data.offsetScaleX;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user