Explorar el Código

[unity] Fix merge duplicate line.

John hace 8 años
padre
commit
1bbb120e5b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      spine-unity/Assets/spine-unity/SkeletonRenderer.cs

+ 0 - 1
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);