mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed icons rotating with bars incorrectly when setting bar to be rotated 90 degrees
This commit is contained in:
@ -840,7 +840,7 @@ end
|
||||
|
||||
function IceTargetHealth.prototype:CreateTexCoord(texframe, icon, width, height, scale, left, right, top, bottom)
|
||||
if not texframe then
|
||||
texframe = self.barFrame:CreateTexture(nil, "BACKGROUND")
|
||||
texframe = self.masterFrame:CreateTexture(nil, "BACKGROUND")
|
||||
end
|
||||
|
||||
texframe:SetTexture(icon)
|
||||
|
Reference in New Issue
Block a user