beta
This commit is contained in:
@@ -6,7 +6,7 @@ local L = WeakAuras.L;
|
||||
|
||||
-- Default settings
|
||||
local default = {
|
||||
icon = true,
|
||||
icon = false,
|
||||
desaturate = false,
|
||||
auto = true,
|
||||
texture = "Blizzard",
|
||||
|
||||
@@ -651,7 +651,7 @@ local function RegisterForFrameTick(region)
|
||||
|
||||
regionsForFrameTick[region] = true
|
||||
if not frameForFrameTick:GetScript("OnUpdate") then
|
||||
frameForFrameTick:SetScript("OnUpdate", WeakAuras.FrameTick);
|
||||
frameForFrameTick:SetScript("OnUpdate", FrameTick);
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user