Fix VCTRL.exportAll()

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:52:03 +07:00
parent 415ba51a68
commit 680774a5d1
2 changed files with 3 additions and 2 deletions

View File

@@ -222,4 +222,5 @@ end
function VCTRL.exportAll()
local t = {}
for o, k in ipairs(VCTRL) do t[o] = k:export() end
return t
end