mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[csharp] Adjusted last cherry pick 4.2 commit to 4.3 changes.
This commit is contained in:
parent
239c1c996d
commit
2d6da868c5
@ -308,7 +308,7 @@ namespace Spine.Unity {
|
|||||||
// when updateMode disables applying animations, still ensure animations are mixed out
|
// when updateMode disables applying animations, still ensure animations are mixed out
|
||||||
if (updateMode != UpdateMode.FullUpdate &&
|
if (updateMode != UpdateMode.FullUpdate &&
|
||||||
updateMode != UpdateMode.EverythingExceptMesh) {
|
updateMode != UpdateMode.EverythingExceptMesh) {
|
||||||
entry.Animation.Apply(skeleton, 0, 0, false, null, 0f, MixBlend.Setup, MixDirection.Out);
|
entry.Animation.Apply(skeleton, 0, 0, false, null, 0f, MixBlend.Setup, MixDirection.Out, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user