From db0ec554ce1de6c02f18994952ec3e7f8ac6bc9b Mon Sep 17 00:00:00 2001 From: Charilaos Kalogirou Date: Sun, 8 Feb 2015 11:54:37 +0200 Subject: [PATCH] return the proper local for the module --- spine-lua/SkinnedMeshAttachment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-lua/SkinnedMeshAttachment.lua b/spine-lua/SkinnedMeshAttachment.lua index 1f4163939..e69135781 100644 --- a/spine-lua/SkinnedMeshAttachment.lua +++ b/spine-lua/SkinnedMeshAttachment.lua @@ -128,4 +128,4 @@ function SkinnedMeshAttachment.new (name) return self end -return MeshAttachment +return SkinnedMeshAttachment