Selaa lähdekoodia

Merge pull request #358 from harkal/master

return the proper local for the module
Nathan Sweet 10 vuotta sitten
vanhempi
commit
9e88d8e70a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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