|
@@ -2428,8 +2428,8 @@ var spine;
|
|
|
var sx = skeleton.scaleX;
|
|
|
var sy = skeleton.scaleY;
|
|
|
this.a = spine.MathUtils.cosDeg(rotation + shearX) * scaleX * sx;
|
|
|
- this.b = spine.MathUtils.cosDeg(rotationY) * scaleY * sy;
|
|
|
- this.c = spine.MathUtils.sinDeg(rotation + shearX) * scaleX * sx;
|
|
|
+ this.b = spine.MathUtils.cosDeg(rotationY) * scaleY * sx;
|
|
|
+ this.c = spine.MathUtils.sinDeg(rotation + shearX) * scaleX * sy;
|
|
|
this.d = spine.MathUtils.sinDeg(rotationY) * scaleY * sy;
|
|
|
this.worldX = x * sx + skeleton.x;
|
|
|
this.worldY = y * sy + skeleton.y;
|