Skip to content
Snippets Groups Projects
Commit 14dd595d authored by DarkGod's avatar DarkGod
Browse files

woops

parent d4b578cb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -362,7 +362,7 @@ function _M:tmxLoad(file)
local fakeid = -1
for _, og in ipairs(map:findAll("objectgroup")) do
for _, o in ipairs(map:findAll("object")) do
for _, o in ipairs(og:findAll("object")) do
local props = o:findOne("properties"):findAllAttrs("property", "name", "value")
if og.attr.name and og.attr.name:find("^addSpot") then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment