mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed typo in SunderCount causing it to not work
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user