from retail
This commit is contained in:
@@ -134,7 +134,7 @@ local function modifyThumbnail(parent, region, data, fullModify, size)
|
||||
region.texture:SetHeight(scale * data.height);
|
||||
end
|
||||
|
||||
WeakAuras.SetTexture(region.texture, data.texture);
|
||||
region.texture:SetTexture(data.texture);
|
||||
region.texture:SetVertexColor(data.color[1], data.color[2], data.color[3], data.color[4]);
|
||||
region.texture:SetBlendMode(data.blendMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user