From 01f55d0453be9e73736b6937dc1b981b47928d8a Mon Sep 17 00:00:00 2001 From: p3lim-52096 Date: Mon, 10 Nov 2008 19:54:43 +0000 Subject: [PATCH] Added oUF Smooth support git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@42 8c7459ed-49dc-4bc8-85d7-b6381a8f5413 --- oUF_P3lim/oUF_P3lim.lua | 2 ++ oUF_P3lim/oUF_P3lim.toc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/oUF_P3lim/oUF_P3lim.lua b/oUF_P3lim/oUF_P3lim.lua index fde3b86..db0ed08 100644 --- a/oUF_P3lim/oUF_P3lim.lua +++ b/oUF_P3lim/oUF_P3lim.lua @@ -148,6 +148,7 @@ local function CreateStyle(self, unit) self.Health:SetStatusBarTexture(texture) self.Health:SetHeight(22) self.Health.frequentUpdates = true + self.Health.Smooth = true self.Health.Text = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallRight') self.Health.Text:SetPoint('RIGHT', self.Health, -2, -1) @@ -162,6 +163,7 @@ local function CreateStyle(self, unit) self.Power:SetStatusBarTexture(texture) self.Power:SetHeight(4) self.Power.frequentUpdates = true + self.Power.Smooth = true self.Power.colorTapping = true self.Power.colorDisconnected = true diff --git a/oUF_P3lim/oUF_P3lim.toc b/oUF_P3lim/oUF_P3lim.toc index 916589d..0095831 100644 --- a/oUF_P3lim/oUF_P3lim.toc +++ b/oUF_P3lim/oUF_P3lim.toc @@ -4,6 +4,6 @@ ## Title: oUF P3lim ## Notes: Just another oUF layout ## RequiredDeps: oUF -## OptionalDeps: oUF_AutoShot, oUF_BarFader, oUF_DebuffHighlight, oUF_Experience +## OptionalDeps: oUF_AutoShot, oUF_BarFader, oUF_DebuffHighlight, oUF_Experience, oUF_Smooth oUF_P3lim.lua \ No newline at end of file -- 1.7.9.5