浏览代码

[csharp] Minor: Fixed typo in comment, frack vs track.

Harald Csaszar 6 年之前
父节点
当前提交
e35a088c8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-csharp/src/AnimationState.cs

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

@@ -264,7 +264,7 @@ namespace Spine {
 			} else {
 			} else {
 				mix = to.mixTime / to.mixDuration;
 				mix = to.mixTime / to.mixDuration;
 				if (mix > 1) mix = 1;
 				if (mix > 1) mix = 1;
-				if (blend != MixBlend.First) blend = from.mixBlend; // Track 0 ignores frack mix blend.
+				if (blend != MixBlend.First) blend = from.mixBlend; // Track 0 ignores track mix blend.
 			}
 			}
 
 
 			var eventBuffer = mix < from.eventThreshold ? this.events : null;
 			var eventBuffer = mix < from.eventThreshold ? this.events : null;