fix(libs): pick up coa-ace3 d422ad3 (FileDataID → string paths)
Re-sync after coa-ace3 d422ad3 which converted 42 numeric FileDataIDs in Set*Texture() calls back to string paths. Upstream Ace3 uses FDIDs which silently fail on WoW 3.3.5 / CoA, rendering color swatches, checkboxes and window chrome as solid-red placeholders.
This commit is contained in:
@@ -118,7 +118,7 @@ local function Constructor()
|
||||
|
||||
local highlight = frame:CreateTexture(nil, "HIGHLIGHT")
|
||||
highlight:SetAllPoints(image)
|
||||
highlight:SetTexture(136580) -- Interface\\PaperDollInfoFrame\\UI-Character-Tab-Highlight
|
||||
highlight:SetTexture("Interface\\PaperDollInfoFrame\\UI-Character-Tab-Highlight")
|
||||
highlight:SetTexCoord(0, 1, 0.23, 0.77)
|
||||
highlight:SetBlendMode("ADD")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user