This commit is contained in:
luk3yx 2023-03-15 20:11:21 +13:00
parent 412a4676a7
commit e317ac111d
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ local function render(tree, possibly_using_gles, scale, z_index, window)
x = (node.x + offset_x) * scale,
y = (node.y + offset_y) * scale
}
if node_type == "box" then print(dump(elem)) end
hud_elems[#hud_elems + 1] = elem
z_index = z_index + 1
end