mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Bug fixes and a lag indicator for CastBar
This commit is contained in:
@ -92,6 +92,10 @@ function DruidMana.prototype:Update()
|
||||
self.frame:Show()
|
||||
end
|
||||
|
||||
if (not self.druidMana or not self.druidMaxMana) then
|
||||
return
|
||||
end
|
||||
|
||||
self:UpdateBar(self.druidMana / self.druidMaxMana, "DruidMana")
|
||||
|
||||
local percentage = (self.druidMana / self.druidMaxMana) * 100
|
||||
|
Reference in New Issue
Block a user