|
@@ -246,8 +246,11 @@ package spine.animation {
|
|
|
var timelineBlend: MixBlend;
|
|
|
var alpha : Number = 0;
|
|
|
switch (timelineMode[i] & (NOT_LAST - 1)) {
|
|
|
- case SUBSEQUENT:
|
|
|
- if (!attachments && timeline is AttachmentTimeline) continue;
|
|
|
+ case SUBSEQUENT:
|
|
|
+ if (!attachments && timeline is AttachmentTimeline) {
|
|
|
+ if ((timelineMode[i] & NOT_LAST) == NOT_LAST) continue;
|
|
|
+ blend = MixBlend.setup;
|
|
|
+ }
|
|
|
if (!drawOrder && timeline is DrawOrderTimeline) continue;
|
|
|
timelineBlend = blend;
|
|
|
alpha = alphaMix;
|