[csharp] Port of commit de203d5: Fixed TransformMode.noRotationOrReflection applying skeleton scale twice. See #1668.

This commit is contained in:
Harald Csaszar 2020-05-05 15:16:47 +02:00
parent de203d5715
commit 00173b4c60

View File

@ -207,7 +207,7 @@ namespace Spine {
b = pa * lb - pb * ld; b = pa * lb - pb * ld;
c = pc * la + pd * lc; c = pc * la + pd * lc;
d = pc * lb + pd * ld; d = pc * lb + pd * ld;
break; return;
} }
case TransformMode.NoScale: case TransformMode.NoScale:
case TransformMode.NoScaleOrReflection: { case TransformMode.NoScaleOrReflection: {