Fix broken [move_units]dir=

This commit is contained in:
Celtic Minstrel 2019-12-04 08:46:22 -05:00
parent d9b5e3c4df
commit f2f35cbd38

View file

@ -33,6 +33,7 @@ local function path_locs(path)
end
end
end
return coroutine.wrap(relative_locations(1)), coroutine.wrap(relative_locations(2))
else
-- Index is 1 for x, 2 for y
local function abs_locations(coord)