- fixed buffs tiling in the wrong direction

This commit is contained in:
rokiyo
2010-11-05 02:33:37 +00:00
parent a93bcaf190
commit 878585e6fe

View File

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