mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -61,11 +61,8 @@ function E:Height(frame, height)
|
||||
end
|
||||
|
||||
function E:Point(obj, arg1, arg2, arg3, arg4, arg5)
|
||||
if arg2 == nil then
|
||||
arg2 = obj:GetParent()
|
||||
end
|
||||
if arg2 == nil then arg2 = obj:GetParent() end
|
||||
|
||||
if type(arg1)=="number" then arg1 = E:Scale(arg1) end
|
||||
if type(arg2)=="number" then arg2 = E:Scale(arg2) end
|
||||
if type(arg3)=="number" then arg3 = E:Scale(arg3) end
|
||||
if type(arg4)=="number" then arg4 = E:Scale(arg4) end
|
||||
|
||||
Reference in New Issue
Block a user