This commit is contained in:
Bunny67
2020-06-07 02:42:55 +03:00
parent 70e3e81f54
commit 45f4b455e9
+1 -1
View File
@@ -4824,7 +4824,7 @@ function WeakAuras.UpdateAnimations()
end end
if(anim.scaleFunc) then if(anim.scaleFunc) then
local ok, scaleX, scaleY = pcall(anim.scaleFunc, progress, 1, 1, anim.scaleX, anim.scaleY); local ok, scaleX, scaleY = pcall(anim.scaleFunc, progress, 1, 1, anim.scaleX, anim.scaleY);
if (ok) then if not ok then
errorHandler(scaleX) errorHandler(scaleX)
else else
if(anim.region.Scale) then if(anim.region.Scale) then