Fix bug which causes ghost bars to show when some classes are not selected to be shown.
This commit is contained in:
parent
bf32177063
commit
1eb3dbd14a
1 changed files with 1 additions and 1 deletions
2
Omen.lua
2
Omen.lua
|
|
@ -1301,7 +1301,7 @@ function Omen:UpdateBars()
|
|||
else
|
||||
if i*dbBar.Height + (i-1)*dbBar.Spacing > h then break end
|
||||
end
|
||||
local bar = bars[j]
|
||||
local bar = bars[dbBar.ShowHeadings and i-1 or i]
|
||||
local threat = threatTable[guid]
|
||||
bar.Text1:SetText(guidNameLookup[guid])
|
||||
if dbBar.ShowPercent and dbBar.ShowValue then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue