From adcd7f292366265935a4faf7ce93a5a7768b9e73 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 1 Sep 2014 21:52:56 +0200 Subject: [PATCH] Health and power needs to go on top of the backdrop --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index f94e33f..4434ca8 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -664,13 +664,13 @@ for index = 1, 5 do Frame:SetBackdropColor(0, 0, 0) Frame:Hide() - local Health = Frame:CreateTexture(nil, 'BACKGROUND') + local Health = Frame:CreateTexture() Health:SetPoint('TOPRIGHT') Health:SetPoint('TOPLEFT') Health:SetHeight(17) Health:SetTexture(1/6, 1/6, 2/7) - local Power = Frame:CreateTexture(nil, 'BACKGROUND') + local Power = Frame:CreateTexture() Power:SetPoint('BOTTOMRIGHT') Power:SetPoint('BOTTOMLEFT') Power:SetPoint('TOP', Health, 'BOTTOM', 0, -1) -- 1.7.9.5