Commit 21b6536b authored by Ivaria's avatar Ivaria
Browse files

Fixed texture position for 'Threat Marks' indicator

parent 30870214
......@@ -7,6 +7,7 @@ function VUHDO_threatIndicatorsBouquetCallback(aUnit, anIsActive, anIcon, aTimer
for _, sButton in pairs(VUHDO_getUnitButtonsSafe(aUnit)) do
tTexture = VUHDO_getAggroTexture(VUHDO_getHealthBar(sButton, 1));
if anIsActive then
tTexture:SetAllPoints();
tTexture:SetVertexColor(VUHDO_backColor(aColor));
tTexture:Show();
VUHDO_UIFrameFlash(tTexture, 0.2, 0.5, 3.2, true, 0, 0);
......
......@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Fixed tracking of aura with ambiguous spell name 'Soothing Mist'
-- Fixed target type for some raid wide auras in BuffWatch
-- Fixed texture position for 'Threat Marks' indicator
Improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment