mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[libgdx] MeshAttachment setParent should set worldVerticesLength.
This commit is contained in:
parent
0a423c3757
commit
f3dbc650f8
@ -261,6 +261,7 @@ public class MeshAttachment extends VertexAttachment {
|
|||||||
regionUVs = parentMesh.regionUVs;
|
regionUVs = parentMesh.regionUVs;
|
||||||
triangles = parentMesh.triangles;
|
triangles = parentMesh.triangles;
|
||||||
hullLength = parentMesh.hullLength;
|
hullLength = parentMesh.hullLength;
|
||||||
|
worldVerticesLength = parentMesh.worldVerticesLength;
|
||||||
edges = parentMesh.edges;
|
edges = parentMesh.edges;
|
||||||
width = parentMesh.width;
|
width = parentMesh.width;
|
||||||
height = parentMesh.height;
|
height = parentMesh.height;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user