mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
8ad5ea0c46
Binary file not shown.
@ -192,7 +192,7 @@ package spine {
|
||||
this.b = za * lb + zb * ld;
|
||||
this.c = zc * la + zd * lc;
|
||||
this.d = zc * lb + zd * ld;
|
||||
if (this.data.transformMode != TransformMode.noScaleOrReflection ? pa * pd - pb * pc < 0 : skeleton.flipX != skeleton.flipY) {
|
||||
if (this.data.transformMode != TransformMode.noScaleOrReflection ? pa * pd - pb * pc < 0 : this.skeleton.flipX != this.skeleton.flipY) {
|
||||
this.b = -this.b;
|
||||
this.d = -this.d;
|
||||
}
|
||||
|
||||
@ -39,5 +39,7 @@ package spine {
|
||||
public var v : Number;
|
||||
public var light : Color = new spine.Color(0, 0, 0);
|
||||
public var dark : Color = new spine.Color(0, 0, 0);
|
||||
|
||||
function Vertex() { }
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user