mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
Added missing require
Corona SDK was throwing the following error: File: spine-lua/AttachmentLoader.lua Line: 46 Attempt to index global 'MeshAttachment' (a nil value)
This commit is contained in:
parent
8544125ead
commit
ab79c06443
@ -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 = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user