git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
6a08107 - Make player and target frame always full opacity
[wowui.git]
/
kehys
/
target.lua
diff --git
a/kehys/target.lua
b/kehys/target.lua
index
13434f0
..
ac30994
100644
(file)
--- a/
kehys/target.lua
+++ b/
kehys/target.lua
@@
-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()