Explorar o código

[csharp] See #1352, Fixed a typo in last commit to make it compile (hash 6341fbbd, "the last subsequent attachment timeline always mixes out to the setup pose.")

Harald Csaszar %!s(int64=6) %!d(string=hai) anos
pai
achega
f8abf35b8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      spine-csharp/src/AnimationState.cs

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

@@ -301,7 +301,7 @@ namespace Spine {
 						case AnimationState.Subsequent:
 							if (!attachments && timeline is AttachmentTimeline) {
 								if ((timelineMode[i] & AnimationState.NotLast) == AnimationState.NotLast) continue;
-								blend = MixBlend.setup;
+								blend = MixBlend.Setup;
 							}
 							if (!drawOrder && timeline is DrawOrderTimeline) continue;
 							timelineBlend = blend;