mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Merge branch '3.6-beta' of https://github.com/EsotericSoftware/spine-runtimes into 3.6-beta
This commit is contained in:
commit
27d5f8df6a
@ -35,7 +35,7 @@ namespace Spine {
|
||||
public class VertexAttachment : Attachment {
|
||||
static int nextID = 0;
|
||||
|
||||
internal int id = (nextID++ & 65535) << 11;
|
||||
internal readonly int id = (nextID++ & 65535) << 11;
|
||||
internal int[] bones;
|
||||
internal float[] vertices;
|
||||
internal int worldVerticesLength;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user