mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
[csharp] readonly VertexAttachment.id
This commit is contained in:
parent
14d031cb78
commit
45bdf87dac
@ -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