From f9e5026deca15228dd4b08e5279e7f06fdc1f36b Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Wed, 12 Aug 2020 18:43:58 +0300 Subject: [PATCH] beta --- WeakAuras/WeakAuras.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WeakAuras/WeakAuras.lua b/WeakAuras/WeakAuras.lua index 09bf1c8..e9902cf 100644 --- a/WeakAuras/WeakAuras.lua +++ b/WeakAuras/WeakAuras.lua @@ -203,8 +203,7 @@ WeakAuras.clones = {}; local clones = WeakAuras.clones; -- Unused regions that are kept around for clones -Private.clonePool = {}; -local clonePool = Private.clonePool; +local clonePool = {} -- One table per regionType, see RegisterRegionType, notable properties: create, modify and default WeakAuras.regionTypes = {};