@esotericsoftware/spine-webgl 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.
@@ -3567,6 +3567,11 @@ var spine = (() => {
3567
3567
  if (!(slotAttachment instanceof VertexAttachment) || slotAttachment.timelineAttachment != attachment)
3568
3568
  return;
3569
3569
  }
3570
+ if (direction == 1 /* mixOut */) {
3571
+ if (blend == 0 /* setup */)
3572
+ slot.sequenceIndex = -1;
3573
+ return;
3574
+ }
3570
3575
  let frames = this.frames;
3571
3576
  if (time < frames[0]) {
3572
3577
  if (blend == 0 /* setup */ || blend == 1 /* first */)