from retail

This commit is contained in:
NoM0Re
2025-02-09 15:53:14 +01:00
parent 8cb0f0f8d7
commit 6ad996d52f
@@ -590,6 +590,9 @@ local function UpdateProgressFromManual(self, minMaxConfig, state, value, total)
if self.UpdateValue then
self:UpdateValue()
end
if self.SetAdditionalProgress then
self:SetAdditionalProgress(nil)
end
end
local function UpdateProgressFrom(self, progressSource, minMaxConfig, state, states, parent)