mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed the Eclipse bar not showing up since 1.7.2
This commit is contained in:
@ -101,10 +101,6 @@ function EclipseBar.prototype:CreateFrame()
|
||||
self:UpdateAlpha()
|
||||
end
|
||||
|
||||
function EclipseBar.prototype:ShouldRegisterOnUpdate()
|
||||
return false
|
||||
end
|
||||
|
||||
function EclipseBar.prototype:CreateSolarBar()
|
||||
if not (self.solarBar) then
|
||||
self.solarBar = CreateFrame("Frame", nil, self.frame)
|
||||
|
Reference in New Issue
Block a user