bug fix
This commit is contained in:
parent
d1c45c1b25
commit
73bb13cbc6
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user