This commit is contained in:
luk3yx 2021-04-06 13:43:07 +12:00
parent 7033e26057
commit 2cc14c2f21
1 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,6 @@ end
-- processed and flattened.
local function fix_list(elem)
fix_pos(elem)
if elem.h < 2 then return end
-- Split the list[] into multiple list[]s.
local start = math.max(elem.starting_item_index or 0, 0)
@ -162,7 +161,7 @@ function fs51.backport(tree)
table.remove(tree, i)
i = i - 1
elseif elem.type == 'list' then
-- There's no need to store every singe list
-- There's no need to store every single list
list1, list2 = list2, elem
if real_coordinates then