From 7a2007044f897c665f23abceff184ecc5f896cb9 Mon Sep 17 00:00:00 2001 From: OldManAlpha <60587722+OldManAlpha@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:18:49 -0700 Subject: [PATCH] Fix background being layered above inc health bars --- PTUnitFrame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PTUnitFrame.lua b/PTUnitFrame.lua index 20e2e2b..73bf9bc 100644 --- a/PTUnitFrame.lua +++ b/PTUnitFrame.lua @@ -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