mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix VCTRL.exportAll()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user