View Single Post
11-07-22, 06:14 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,327
Appears texture:SetTexCoord() doesn't work on StatusBars as they keep overwriting it on render.

Generally, texture:SetTexCoord() doesn't work on atlases either, but using C_Texture.GetAtlasInfo() to set by texture file and trimming the supplied texcoord isn't yielding useful results either as it normally would.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 11-07-22 at 07:18 PM.
  Reply With Quote