6a08107 - Make player and target frame always full opacity
[wowui.git] / kehys / target.lua
index 13434f0..ac30994 100644 (file)
@@ -37,6 +37,7 @@ local function initTarget(parent, width, height, update, event)
     f:SetAttribute("displayed", "target");
     f.unit = "target";
     f.displayed = "target";
+    f.constant = true;
     f.prev = {};
 
     targetUpdate = function()