فهرست منبع

[csharp] Port of commit 4bad9ec2. Fixed typo in transform constraint shortcut for 0 mix.

Harald Csaszar 2 سال پیش
والد
کامیت
88ef4bc5f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      spine-csharp/src/TransformConstraint.cs

+ 1 - 1
spine-csharp/src/TransformConstraint.cs

@@ -80,7 +80,7 @@ namespace Spine {
 		}
 
 		public void Update () {
-			if (mixRotate == 0 && mixX == 0 && mixY == 0 && mixScaleX == 0 && mixScaleX == 0 && mixShearY == 0) return;
+			if (mixRotate == 0 && mixX == 0 && mixY == 0 && mixScaleX == 0 && mixScaleY == 0 && mixShearY == 0) return;
 			if (data.local) {
 				if (data.relative)
 					ApplyRelativeLocal();