From 1bbb120e5bdaf4c82541931a1f0c3b008025aa9a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Mar 2017 23:51:44 +0800 Subject: [PATCH] [unity] Fix merge duplicate line. --- spine-unity/Assets/spine-unity/SkeletonRenderer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-unity/Assets/spine-unity/SkeletonRenderer.cs b/spine-unity/Assets/spine-unity/SkeletonRenderer.cs index 1c7f73811..880efc106 100644 --- a/spine-unity/Assets/spine-unity/SkeletonRenderer.cs +++ b/spine-unity/Assets/spine-unity/SkeletonRenderer.cs @@ -410,7 +410,6 @@ namespace Spine.Unity { // STEP 2. Update vertex buffer based on verts from the attachments. ============================================================ // Uses values that were also stored in workingInstruction. - bool vertexCountIncreased = ArraysMeshGenerator.EnsureSize(vertexCount, ref this.vertices, ref this.uvs, ref this.colors); if (tintBlack) { ArraysMeshGenerator.EnsureSize(vertexCount, ref this.uv2); ArraysMeshGenerator.EnsureSize(vertexCount, ref this.uv3);