mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[monogame] Fixed accidental vertices array re-allocation. Closes #2854.
This commit is contained in:
parent
c429bfd6b0
commit
390f496923
@ -132,7 +132,6 @@ namespace Spine {
|
||||
float attachmentColorR, attachmentColorG, attachmentColorB, attachmentColorA;
|
||||
object textureObject = null;
|
||||
int verticesCount = 0;
|
||||
float[] vertices = this.vertices;
|
||||
int indicesCount = 0;
|
||||
int[] indices = null;
|
||||
float[] uvs = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user