mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed buffs tiling in the wrong direction
This commit is contained in:
@ -1156,7 +1156,7 @@ do
|
||||
|
||||
-- Frame resizing --
|
||||
local size = frame.fromPlayer and self.moduleSettings.auras[type].ownSize or self.moduleSettings.auras[type].size
|
||||
lastAuraSize = size * (left and 1 or -1)
|
||||
lastAuraSize = size * (left and -1 or 1)
|
||||
largestHeightThisRow = max(size, largestHeightThisRow)
|
||||
|
||||
frame:SetWidth(size)
|
||||
|
Reference in New Issue
Block a user