missing math_max local
This commit is contained in:
parent
aa6220c2fe
commit
daca3912b9
1 changed files with 2 additions and 1 deletions
|
|
@ -16,10 +16,11 @@ local detailsFramework = DetailsFramework
|
|||
--lua locals
|
||||
local ceil = math.ceil
|
||||
local floor = math.floor
|
||||
local ipairs = ipairs
|
||||
local ipairs = ipairs
|
||||
local pairs = pairs
|
||||
local abs = _G.abs
|
||||
local unpack = unpack
|
||||
local _math_max = math.max
|
||||
--api locals
|
||||
local CreateFrame = CreateFrame
|
||||
local GetTime = GetTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue