Fix progress late init

This commit is contained in:
Insality 2022-11-09 17:40:45 +02:00
parent 999789c1c8
commit fadd0c4c4b

View File

@ -126,7 +126,7 @@ end
-- @tparam Progress self @{Progress} -- @tparam Progress self @{Progress}
function Progress.on_late_init(self) function Progress.on_late_init(self)
self:set_to(self._init_value) self:set_to(self.last_value)
end end