Fixes (2)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 336
|
||||
local dversion = 337
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
@@ -2905,7 +2905,7 @@ function DF:CreateAnimation (animation, type, order, duration, arg1, arg2, arg3,
|
||||
anim:SetToAlpha (arg2)
|
||||
|
||||
elseif (type == "SCALE") then
|
||||
anim:SetFromScale (arg1, arg2)
|
||||
anim:SetScaleFrom (arg1, arg2)
|
||||
anim:SetToScale (arg3, arg4)
|
||||
anim:SetOrigin (arg5 or "center", arg6 or 0, arg7 or 0) --point, x, y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user