mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +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
|
||||
entry.mixDuration = 0
|
||||
else
|
||||
entry.mixDuration = data:getMix(last.animation, animation)
|
||||
entry.mixDuration = data:getMix(last.animation.name, animation.name)
|
||||
end
|
||||
entry.mixBlend = MixBlend.replace
|
||||
return entry
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user