[lua] Ported fix from f3dbc650f83ae698443bb34ad4034dad9946fa08

This commit is contained in:
badlogic 2016-12-28 21:30:13 +01:00
parent f9fd0f2570
commit 8f10c759ad

View File

@ -224,6 +224,7 @@ function MeshAttachment:setParentMesh (parentMesh)
self.regionUVs = parentMesh.regionUVs
self.triangles = parentMesh.triangles
self.hullLength = parentMesh.hullLength
self.worldVerticesLength = parentMesh.worldVerticesLength
end
end