Browse Source

[lua] Ported fix from f3dbc650f83ae698443bb34ad4034dad9946fa08

badlogic 8 năm trước cách đây
mục cha
commit
8f10c759ad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      spine-lua/attachments/MeshAttachment.lua

+ 1 - 0
spine-lua/attachments/MeshAttachment.lua

@@ -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