Call parent MT of Text

This commit is contained in:
Gabriel Tofvesson 2024-10-26 19:50:13 +02:00
parent b5fd24740b
commit a0a7c96093

View File

@ -10,7 +10,7 @@ function TextProgress:setProgress(progress)
end
function TextProgress:draw()
getmetatable(getmetatable(self)).draw(self)
getmetatable(getmetatable(getmetatable(self))).draw(self)
local text = self:getText()
if #text == 0 then
return