Browse Source

Merge pull request #358 from harkal/master

return the proper local for the module
Nathan Sweet 10 năm trước cách đây
mục cha
commit
9e88d8e70a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spine-lua/SkinnedMeshAttachment.lua

+ 1 - 1
spine-lua/SkinnedMeshAttachment.lua

@@ -128,4 +128,4 @@ function SkinnedMeshAttachment.new (name)
 
 	return self
 end
-return MeshAttachment
+return SkinnedMeshAttachment