Mercurial > wow > buffalo2
diff TimeManager/TimeManager.lua @ 59:07ef62fe201f
Re-write of BuffFrame module:
- uses secure hooks on blizzard BuffFrame.lua functions to determine needed action
- make use of built-in table behavior to reduce unnecessary frame updates
author | Nenue |
---|---|
date | Thu, 28 Jul 2016 18:27:56 -0400 |
parents | dd9b5f59632c |
children |
line wrap: on
line diff
--- a/TimeManager/TimeManager.lua Fri Jul 08 18:01:49 2016 -0400 +++ b/TimeManager/TimeManager.lua Thu Jul 28 18:27:56 2016 -0400 @@ -56,7 +56,6 @@ -- runs once per ui load clock.OnEnable = function(self) self:SetParent(_G.UIParent) - self:SetPoint('TOPRIGHT', _G.UIParent, 'TOPRIGHT', -100, -2) self:SetScript('OnUpdate', clock.OnUpdate) self:Show() self.time:SetText('Clock stuff')