mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made lag indicator on the player's cast bar respect the bar width setting
This commit is contained in:
@ -331,7 +331,7 @@ function CastBar.prototype:CreateLagBar()
|
||||
end
|
||||
|
||||
self.lagBar:SetFrameStrata("BACKGROUND")
|
||||
self.lagBar:SetWidth(self.settings.barWidth)
|
||||
self.lagBar:SetWidth(self.settings.barWidth + (self.moduleSettings.widthModifier or 0))
|
||||
self.lagBar:SetHeight(self.settings.barHeight)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user