- mana modules animate regardless of 'predictedPower' setting now

- fixed occasional flickering in the cast bar and threat bar when they are first displayed
- minor code cleanup
This commit is contained in:
Parnic
2010-11-06 03:03:46 +00:00
parent 74b9ace21d
commit fa8b895214
6 changed files with 24 additions and 19 deletions

View File

@ -163,5 +163,6 @@ function IceCustomHealth.prototype:SetUnit(unit)
end
function IceCustomHealth.prototype:OnShow()
IceCustomHealth.super.prototype.OnShow(self)
self:Update(self.unit)
end