This commit is contained in:
qeffects 2021-07-21 21:53:57 +03:00
parent d1c45c1b25
commit 73bb13cbc6

View File

@ -100,9 +100,8 @@ function context:endSelfRender(time)
end end
function context:destroy() function context:destroy()
self.elem:undraw()
for i = 1, #self.childrenContexts do for i = 1, #self.childrenContexts do
self.childrenContexts[i]:destroy() self.childrenContexts[i].element:destroy()
end end
end end