Selaa lähdekoodia

Merge branch '3.8-beta' of https://github.com/EsotericSoftware/spine-runtimes into 3.8-beta

badlogic 6 vuotta sitten
vanhempi
commit
149f7e8954
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;