- fixed typo in SunderCount causing it to not work

This commit is contained in:
Parnic
2010-03-25 05:13:40 +00:00
parent e7b25bbe6d
commit 9878d7d69d

View File

@ -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