mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Merge branch '3.8' into 4.0-beta
This commit is contained in:
commit
31752e9d5b
@ -863,7 +863,7 @@ function AnimationState:trackEntry (trackIndex, animation, loop, last)
|
|||||||
if not last then
|
if not last then
|
||||||
entry.mixDuration = 0
|
entry.mixDuration = 0
|
||||||
else
|
else
|
||||||
entry.mixDuration = data:getMix(last.animation, animation)
|
entry.mixDuration = data:getMix(last.animation.name, animation.name)
|
||||||
end
|
end
|
||||||
entry.mixBlend = MixBlend.replace
|
entry.mixBlend = MixBlend.replace
|
||||||
return entry
|
return entry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user