mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[unity] Fix merge duplicate line.
This commit is contained in:
parent
6a4a667458
commit
1bbb120e5b
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user