@esotericsoftware/spine-core 4.2.64 → 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.
package/dist/iife/spine-core.js
CHANGED
|
@@ -3524,6 +3524,11 @@ var spine = (() => {
|
|
|
3524
3524
|
if (!(slotAttachment instanceof VertexAttachment) || slotAttachment.timelineAttachment != attachment)
|
|
3525
3525
|
return;
|
|
3526
3526
|
}
|
|
3527
|
+
if (direction == 1 /* mixOut */) {
|
|
3528
|
+
if (blend == 0 /* setup */)
|
|
3529
|
+
slot.sequenceIndex = -1;
|
|
3530
|
+
return;
|
|
3531
|
+
}
|
|
3527
3532
|
let frames = this.frames;
|
|
3528
3533
|
if (time < frames[0]) {
|
|
3529
3534
|
if (blend == 0 /* setup */ || blend == 1 /* first */)
|