소스 검색

Merge pull request #358 from harkal/master

return the proper local for the module
Nathan Sweet 10 년 전
부모
커밋
9e88d8e70a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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