(fix/libs) Epoch: Fix Error with Pools
This commit is contained in:
parent
113cafa805
commit
6595063156
1 changed files with 1 additions and 1 deletions
|
|
@ -933,7 +933,7 @@ local function ProcGlowResetter(framePool, frame)
|
|||
end
|
||||
end
|
||||
|
||||
local ProcGlowPool = CreateFramePool("Frame", GlowParent, nil, ProcGlowResetter)
|
||||
local ProcGlowPool = CreateFramePool("Frame", GlowParent, "", ProcGlowResetter)
|
||||
lib.ProcGlowPool = ProcGlowPool
|
||||
|
||||
local function InitProcGlow(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue