mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed custom textures not applying to "low threshold" or "cast lag indicator" sections of various modules
This commit is contained in:
@ -174,7 +174,7 @@ function IceUnitBar.prototype:CreateFlashFrame()
|
||||
self.flashFrame.flash = self.flashFrame:CreateTexture(nil, "BACKGROUND")
|
||||
end
|
||||
|
||||
self.flashFrame.flash:SetTexture(IceElement.TexturePath .. self.settings.barTexture)
|
||||
self.flashFrame.flash:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture())
|
||||
self.flashFrame.flash:SetBlendMode("ADD")
|
||||
self.flashFrame.flash:SetAllPoints(self.flashFrame)
|
||||
|
||||
|
Reference in New Issue
Block a user