[csharp] Line endings.

This commit is contained in:
pharan 2018-01-18 00:38:32 +08:00
parent 999e836ba0
commit aa32c1aefd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
// //
// System.Collections.Generic.List // System.Collections.Generic.List
// //
// Authors: // Authors: