[c] Fix formatting.

This commit is contained in:
Mario Zechner 2022-09-26 14:03:59 +02:00
parent 7d02b417c1
commit ec0ea45149

View File

@ -1870,7 +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;
break;
case SP_MIX_BLEND_ADD:
vertexAttachment = SUB_CAST(spVertexAttachment, slot->attachment);
if (!vertexAttachment->bones) {