[csharp] Adjusted last cherry pick 4.2 commit to 4.3 changes.

This commit is contained in:
Harald Csaszar 2025-07-01 21:31:53 +02:00
parent 239c1c996d
commit 2d6da868c5

View File

@ -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);
} }
} }
} }