mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +08:00
bug fix ( skeleton not initialized when _parent is not null) (#930)
This commit is contained in:
parent
4f0708deb0
commit
1843dccfe8
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user