fix scope of QueueResize
(cherry picked from commit 3311c44376fbd920f41a3a2423d4d2da9a421833)
This commit is contained in:
parent
c260d4033e
commit
a43a6f1fae
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ local RunNextFrame = CreateFrame("Frame")
|
|||
local q = {}
|
||||
RunNextFrame:Hide()
|
||||
|
||||
function QueueResize(g)
|
||||
local function QueueResize(g)
|
||||
if not g then return end
|
||||
q[#q+1] = g
|
||||
RunNextFrame:Show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue