mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
I gift you the second equals sign (#1299)
This commit is contained in:
parent
bd4a7328a5
commit
6c32b9543e
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user