mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[lua] Ported fix from f3dbc650f83ae698443bb34ad4034dad9946fa08
This commit is contained in:
parent
f9fd0f2570
commit
8f10c759ad
@ -224,6 +224,7 @@ function MeshAttachment:setParentMesh (parentMesh)
|
|||||||
self.regionUVs = parentMesh.regionUVs
|
self.regionUVs = parentMesh.regionUVs
|
||||||
self.triangles = parentMesh.triangles
|
self.triangles = parentMesh.triangles
|
||||||
self.hullLength = parentMesh.hullLength
|
self.hullLength = parentMesh.hullLength
|
||||||
|
self.worldVerticesLength = parentMesh.worldVerticesLength
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user