浏览代码

[c] Fix formatting.

Mario Zechner 3 年之前
父节点
当前提交
ec0ea45149
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-c/spine-c/src/spine/Animation.c

+ 1 - 1
spine-c/spine-c/src/spine/Animation.c

@@ -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) {