mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[haxe] Port of commit 9d49999: Changed SequenceTimeline to match AttachmentTimeline behavior.
This commit is contained in:
parent
f64b20d17d
commit
7a028bf6dc
@ -82,6 +82,11 @@ class SequenceTimeline extends Timeline implements SlotTimeline {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (direction == MixDirection.mixOut) {
|
||||||
|
if (blend == MixBlend.setup) slot.sequenceIndex = -1;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (time < frames[0]) {
|
if (time < frames[0]) {
|
||||||
if (blend == MixBlend.setup || blend == MixBlend.first)
|
if (blend == MixBlend.setup || blend == MixBlend.first)
|
||||||
slot.sequenceIndex = -1;
|
slot.sequenceIndex = -1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user