Просмотр исходного кода

Merge branch '3.7' into 3.8-beta

NathanSweet 6 лет назад
Родитель
Сommit
749d1743ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      spine-ts/core/src/AnimationState.ts

+ 1 - 1
spine-ts/core/src/AnimationState.ts

@@ -255,7 +255,7 @@ module spine {
 					else {
 					else {
 						// This fixes the WebKit 602 specific issue described at http://esotericsoftware.com/forum/iOS-10-disappearing-graphics-10109
 						// This fixes the WebKit 602 specific issue described at http://esotericsoftware.com/forum/iOS-10-disappearing-graphics-10109
 						Utils.webkit602BugfixHelper(alpha, blend);
 						Utils.webkit602BugfixHelper(alpha, blend);
-						if (timelineBlend = MixBlend.setup) {
+						if (timelineBlend == MixBlend.setup) {
 							if (timeline instanceof AttachmentTimeline) {
 							if (timeline instanceof AttachmentTimeline) {
 								if (attachments) direction = MixDirection.out;
 								if (attachments) direction = MixDirection.out;
 							} else if (timeline instanceof DrawOrderTimeline) {
 							} else if (timeline instanceof DrawOrderTimeline) {