@esotericsoftware/spine-canvaskit 4.2.65 → 4.2.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3528,6 +3528,11 @@ var spine = (() => {
|
|
|
3528
3528
|
if (!(slotAttachment instanceof VertexAttachment) || slotAttachment.timelineAttachment != attachment)
|
|
3529
3529
|
return;
|
|
3530
3530
|
}
|
|
3531
|
+
if (direction == 1 /* mixOut */) {
|
|
3532
|
+
if (blend == 0 /* setup */)
|
|
3533
|
+
slot.sequenceIndex = -1;
|
|
3534
|
+
return;
|
|
3535
|
+
}
|
|
3531
3536
|
let frames = this.frames;
|
|
3532
3537
|
if (time < frames[0]) {
|
|
3533
3538
|
if (blend == 0 /* setup */ || blend == 1 /* first */)
|