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
if(anim.scaleFunc) then
local ok, scaleX, scaleY = pcall(anim.scaleFunc, progress, 1, 1, anim.scaleX, anim.scaleY);
if (ok) then
if not ok then
errorHandler(scaleX)
else
if(anim.region.Scale) then