mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- if a module is set to always be at 100% alpha, make sure the internal 'alpha' variable is set to 1 or else any custom color's alpha will override it
This commit is contained in:
@ -207,6 +207,7 @@ end
|
||||
|
||||
function IceElement.prototype:UpdateAlpha()
|
||||
if self.moduleSettings.alwaysFullAlpha then
|
||||
self.alpha = 1
|
||||
self.frame:SetAlpha(1)
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user