X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/ad5b150d2018f681b13aa4445b375d99adaa6d04..570b5bae37dbaf3b569453269784e6b8c865a0af:/kehys/frame.lua diff --git a/kehys/frame.lua b/kehys/frame.lua index bba00f8..1719b94 100644 --- a/kehys/frame.lua +++ b/kehys/frame.lua @@ -157,7 +157,7 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes, f.buffind1:SetPoint("TOPRIGHT", f.background, "TOPRIGHT", -1, -1); f.buffind1:SetWidth(6); f.buffind1:SetHeight(6); - f.buffind1:SetColorTexture(1, 0.8, 0.1); + f.buffind1:SetColorTexture(0.8, 0.1, 0.1); f.buffind1:Hide(); f.targeticon = f:CreateTexture(nil, "OVERLAY"); f.targeticon:SetPoint("CENTER", f, "TOP", 0, -1);