Skip to content

Commit

Permalink
Attempt to fix chat bubble skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jul 17, 2013
1 parent 7e69383 commit de1d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Skins/Blizzard/Bubbles.lua
Expand Up @@ -6,7 +6,7 @@ if C.chat.bubbles ~= true then return end
----------------------------------------------------------------------------------------
local f = CreateFrame("Frame", nil, UIParent)
local noscalemult = T.mult * C.general.uiscale
local total = 0
local total = -2
local numKids = 0

local function styleBubble(frame)
Expand Down

0 comments on commit de1d824

Please sign in to comment.