Forráskód Böngészése

I gift you the second equals sign (#1299)

Ivan Popelyshev 6 éve
szülő
commit
6c32b9543e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      spine-ts/core/src/AnimationState.ts

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

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