set SetEndDelay 900 for spinner prigress texture

This commit is contained in:
Bunny67
2020-06-19 21:00:19 +03:00
parent 421817f960
commit 7eff1abfa9
+1 -1
View File
@@ -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