Explorar o código

I gift you the second equals sign (#1299)

Ivan Popelyshev %!s(int64=6) %!d(string=hai) anos
pai
achega
6c32b9543e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {