Skip to content

Commit

Permalink
Fix improper child_range call in [animate_unit]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 28, 2017
1 parent 9d6b0b2 commit e107c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/animate_unit.lua
Expand Up @@ -102,7 +102,7 @@ local function add_animation(anim, cfg)
})
end

for c in helper.child_range("animate") do
for c in helper.child_range(cfg, "animate") do
add_animation(anim, c)
end
end
Expand Down

0 comments on commit e107c52

Please sign in to comment.