29d93c0 - change raid frame position as mage
[wowui.git] / kehys / player.lua
index ca0bd8b..7fcc04c 100644 (file)
@@ -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()
@@ -92,7 +93,7 @@ local function initPlayer(parent, width, height, update, event)
     f.healabsorb = f:CreateTexture(nil, "ARTWORK");
     f.healabsorb:SetPoint("TOPRIGHT", f.health, "TOPRIGHT");
     f.healabsorb:SetPoint("BOTTOMRIGHT", f.health, "BOTTOMRIGHT");
-    f.healabsorb:SetColorTexture(0.1, 0.1, 0.1);
+    f.healabsorb:SetColorTexture(0.1, 0.1, 0.1, 0);
     f.healabsorb:Hide();
     f.text = f:CreateFontString(nil, "OVERLAY", "GameFontHighlight");
     f.text:SetPoint("RIGHT", f, "RIGHT", -2, 8);