mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[csharp] See #1352, Fixed a typo in last commit to make it compile (hash 6341fbbd, "the last subsequent attachment timeline always mixes out to the setup pose.")
This commit is contained in:
parent
7904bfd40f
commit
f8abf35b8e
@ -301,7 +301,7 @@ namespace Spine {
|
||||
case AnimationState.Subsequent:
|
||||
if (!attachments && timeline is AttachmentTimeline) {
|
||||
if ((timelineMode[i] & AnimationState.NotLast) == AnimationState.NotLast) continue;
|
||||
blend = MixBlend.setup;
|
||||
blend = MixBlend.Setup;
|
||||
}
|
||||
if (!drawOrder && timeline is DrawOrderTimeline) continue;
|
||||
timelineBlend = blend;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user