1
0
Fork 0

Meaningless commit to test new branch.

This commit is contained in:
Andrew Tomaka 2011-09-19 05:53:40 -04:00
parent c15bb5c8d5
commit 0004b1c785
1 changed files with 3 additions and 1 deletions

View File

@ -266,7 +266,9 @@ function core:GetNextVPReset()
end
function core:DrawTooltip()
--create the tooltip header
-- Instead of drawing the tooltip directly from data, we will populate a table,
-- sort the table, and then use the table to draw the tooltip
tooltip:AddHeader('')
local valorPointColumn = tooltip:AddColumn('LEFT')
tooltip:SetCell(1, 1, '')