From 9878d7d69d809e97674f89c81e43ac1428489fe0 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 25 Mar 2010 05:13:40 +0000 Subject: [PATCH] - fixed typo in SunderCount causing it to not work --- modules/SunderCount.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/SunderCount.lua b/modules/SunderCount.lua index 0ed11b3..329ebe0 100644 --- a/modules/SunderCount.lua +++ b/modules/SunderCount.lua @@ -222,7 +222,7 @@ function SunderCount.prototype:CreateSunderFrame(doTextureUpdate) self.frame.graphicalBG[i]:SetHeight(self.sunderSize) self.frame.graphicalBG[i]:SetPoint("TOPLEFT", (i-1) * (self.sunderSize-5) + (i-1) + ((i-1) * self.moduleSettings.sunderGap), 0) self.frame.graphicalBG[i]:SetAlpha(0.15) - self.frame.graphicalBG[i].texture:SetColor(self:GetColor("SunderCount")) + self.frame.graphicalBG[i].texture:SetVertexColor(self:GetColor("SunderCount")) self.frame.graphicalBG[i]:Hide() end