- made lag indicator on the player's cast bar respect the bar width setting

This commit is contained in:
Parnic
2008-10-04 17:15:34 +00:00
parent c171af8746
commit 88e08161fa

View File

@ -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)