diff --git a/WeakAuras/RegionTypes/ProgressTexture.lua b/WeakAuras/RegionTypes/ProgressTexture.lua index d3500c8..488b5df 100644 --- a/WeakAuras/RegionTypes/ProgressTexture.lua +++ b/WeakAuras/RegionTypes/ProgressTexture.lua @@ -249,7 +249,7 @@ local function animRotate(object, degrees, anchor, regionRotate, aspect) rotate:SetOrigin(anchor, 0, 0); rotate:SetDegrees(degrees); rotate:SetDuration( 0 ); - rotate:SetEndDelay(2147483647); + rotate:SetEndDelay(900); -- 2147483647 object.animationGroup:Play(); end