Add missing setup value for TransformConstraint.

This commit is contained in:
John 2016-06-07 11:12:27 +08:00
parent 66b7581516
commit 2a6e2b8dfc

View File

@ -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;