main #12

Merged
kistaro merged 20 commits from pyrex/chameleonic:main into main 2022-12-23 06:38:45 +00:00
Showing only changes of commit 94e4aea20b - Show all commits

View File

@ -86,11 +86,7 @@ end
function _apply(x,ts,a)
local t=deli(ts,1)
for k,v in pairs(t) do
if k=="update" then
--
else
x[k]=v
end
if (k!="update") x[k]=v
end
if (t and t.update and not t.update(x,a)) add(ts,t,1)