typo
This commit is contained in:
parent
70e3e81f54
commit
45f4b455e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue