mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +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 {
|
public class VertexAttachment : Attachment {
|
||||||
static int nextID = 0;
|
static int nextID = 0;
|
||||||
|
|
||||||
internal int id = (nextID++ & 65535) << 11;
|
internal readonly int id = (nextID++ & 65535) << 11;
|
||||||
internal int[] bones;
|
internal int[] bones;
|
||||||
internal float[] vertices;
|
internal float[] vertices;
|
||||||
internal int worldVerticesLength;
|
internal int worldVerticesLength;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user