mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Dropped SpellStatus. Third alpha stage applies to nonempty bars as well now.
This commit is contained in:
@ -62,6 +62,8 @@ function MirrorBar.prototype:OnUpdate(elapsed)
|
||||
if (self.paused) then
|
||||
return
|
||||
end
|
||||
|
||||
self:Update()
|
||||
|
||||
self.value = self.value + (self.scale * elapsed * 1000)
|
||||
|
||||
|
Reference in New Issue
Block a user