From 7eff1abfa91b44dea7f996ce01add9df05f30f89 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Fri, 19 Jun 2020 21:00:19 +0300 Subject: [PATCH] set SetEndDelay 900 for spinner prigress texture --- WeakAuras/RegionTypes/ProgressTexture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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