mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[csharp] Line endings.
This commit is contained in:
parent
999e836ba0
commit
aa32c1aefd
@ -246,8 +246,8 @@ namespace Spine {
|
|||||||
float lb = MathUtils.CosDeg(90 + shearY) * scaleY;
|
float lb = MathUtils.CosDeg(90 + shearY) * scaleY;
|
||||||
float lc = MathUtils.SinDeg(shearX) * scaleX;
|
float lc = MathUtils.SinDeg(shearX) * scaleX;
|
||||||
float ld = MathUtils.SinDeg(90 + shearY) * scaleY;
|
float ld = MathUtils.SinDeg(90 + shearY) * scaleY;
|
||||||
if (data.transformMode != TransformMode.NoScaleOrReflection? pa * pd - pb* pc< 0 : skeleton.flipX != skeleton.flipY) {
|
if (data.transformMode != TransformMode.NoScaleOrReflection? pa * pd - pb* pc< 0 : skeleton.flipX != skeleton.flipY) {
|
||||||
zb = -zb;
|
zb = -zb;
|
||||||
zd = -zd;
|
zd = -zd;
|
||||||
}
|
}
|
||||||
a = za * la + zb * lc;
|
a = za * la + zb * lc;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// System.Collections.Generic.List
|
// System.Collections.Generic.List
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user