Skip to content

Commit

Permalink
set the draw layer for portraits in wow classic
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jul 20, 2023
1 parent f1f5b82 commit 5595082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,8 @@ function BigDebuffs:AttachUnitFrame(unit)
portraitParent.FrameTexture:SetDrawLayer("ARTWORK", 1)
end
frame.anchor.portrait:SetDrawLayer("BACKGROUND", 0)
elseif frame.anchor.SetDrawLayer then
frame.anchor:SetDrawLayer("BACKGROUND", 0)
end
frame.cooldown:SetSwipeTexture("Interface\\CHARACTERFRAME\\TempPortraitAlphaMaskSmall")
else
Expand Down

0 comments on commit 5595082

Please sign in to comment.