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
/
player.lua
diff --git
a/kehys/player.lua
b/kehys/player.lua
index
ca0bd8b
..
338e43d
100644
(file)
--- a/
kehys/player.lua
+++ b/
kehys/player.lua
@@
-36,7
+36,8
@@
local function initPlayer(parent, width, height, update, event)
f:SetAttribute("vehicle", "vehicle");
f.unit = "player";
f.displayed = "player";
- f.vehicle = "vehicle"
+ f.vehicle = "vehicle";
+ f.constant = true;
f.prev = {};
playerUpdate = function()