I gift you the second equals sign (#1299)

This commit is contained in:
Ivan Popelyshev 2019-03-08 19:21:36 +03:00 committed by Mario Zechner
parent bd4a7328a5
commit 6c32b9543e

View File

@ -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) {