mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
6ec946708b
@ -1870,6 +1870,7 @@ void _spDeformTimeline_apply(
|
||||
/* Vertex positions or deform offsets, with alpha. */
|
||||
for (i = 0; i < vertexCount; i++)
|
||||
deformArray[i] += (lastVertices[i] - deformArray[i]) * alpha;
|
||||
break;
|
||||
case SP_MIX_BLEND_ADD:
|
||||
vertexAttachment = SUB_CAST(spVertexAttachment, slot->attachment);
|
||||
if (!vertexAttachment->bones) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user