Skip to content

Commit

Permalink
Classic Era bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 16, 2023
1 parent 8baaa93 commit 575a969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ function NugRunningNameplates:CreateNameplateTimer(frame)
bar:SetSize(w,h)
f.bar = bar

local bg = f:CreateTexture("BACKGROUND", nil, -5)
local bg = f:CreateTexture(nil, "BACKGROUND", nil, -5)
bg:SetTexture(texture)
bg:SetAllPoints(bar)
bar.bg = bg

local icon = f:CreateTexture("ARTWORK")
local icon = f:CreateTexture(nil, "ARTWORK")
icon:SetTexCoord(.1, .9, .3, .7)
icon:SetHeight(h); icon:SetWidth(2*h)
icon:SetPoint("TOPLEFT", f, "TOPLEFT",0,0)
Expand Down

0 comments on commit 575a969

Please sign in to comment.