from retail

This commit is contained in:
NoM0Re
2025-01-16 01:51:26 +01:00
parent 1ff28a4f23
commit ccb4d4af95
7 changed files with 96 additions and 93 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ local function create(parent)
-- Use a dummy object for the SmoothStatusBarMixin, because our SetValue
-- is used for a different purpose
region.smoothProgress = {};
WeakAuras.Mixin(region.smoothProgress, SmoothStatusBarMixin);
WeakAuras.Mixin(region.smoothProgress, Private.SmoothStatusBarMixin);
region.smoothProgress.SetValue = function(self, progress)
region:SetValueOnTexture(progress);
end