Fix object reference in element constructor

This commit is contained in:
Gabriel Tofvesson 2024-10-01 16:02:21 +00:00
parent 416e6a1758
commit b70c3451fa

View File

@ -31,7 +31,7 @@ function Element:new(o)
obj.__index = self
if obj.render and obj.render.parent then
self:_reload()
obj:_reload()
end
return obj