Fix background being layered above inc health bars

This commit is contained in:
OldManAlpha 2025-08-21 16:18:49 -07:00
parent 406330c255
commit 7a2007044f

View File

@ -1191,9 +1191,9 @@ function PTUnitFrame:Initialize()
self.nameText = name
name:SetAlpha(profile.NameText:GetAlpha())
local bg = healthBar:CreateTexture(nil, "BACKGROUND")
local bg = container:CreateTexture(nil, "BACKGROUND")
healthBar.background = bg
bg:SetAllPoints(true)
bg:SetAllPoints(healthBar)
bg:SetTexture(0.5, 0.5, 0.5, 0.25)
-- Incoming Text