Skip to content

Commit

Permalink
Fix #703
Browse files Browse the repository at this point in the history
- Allow healing prediction to be non-transparent (again?)
  • Loading branch information
Aviana committed May 18, 2020
1 parent f0b836c commit 0e38398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed media/textures/UI-Tooltip-Background.tga
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/incheal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function IncHeal:OnEnable(frame)
frame.incHeal.bars = frame.incHeal.bars or {}
for i=1, 4 do
frame.incHeal.bars[i] = frame.incHeal.bars[i] or frame.incHeal:CreateTexture(nil, "ARTWORK")
frame.incHeal.bars[i]:SetTexture("Interface\\Addons\\LunaUnitFrames\\media\\textures\\UI-Tooltip-Background")
frame.incHeal.bars[i]:SetTexture("Interface\\Addons\\LunaUnitFrames\\media\\textures\\indicator")
end
frame:RegisterUnitEvent("UNIT_MAXHEALTH", self, "PositionBar")
frame:RegisterUnitEvent("UNIT_HEALTH", self, "PositionBar")
Expand Down

0 comments on commit 0e38398

Please sign in to comment.