Corona SDK was throwing the following error: File: spine-lua/AttachmentLoader.lua Line: 46 Attempt to index global 'MeshAttachment' (a nil value)
@@ -30,6 +30,7 @@
local AttachmentType = require "spine-lua.AttachmentType"
local RegionAttachment = require "spine-lua.RegionAttachment"
+local MeshAttachment = require "spine-lua.MeshAttachment"
local BoundingBoxAttachment = require "spine-lua.BoundingBoxAttachment"
local AttachmentLoader = {}