Meaningless commit to test new branch.
This commit is contained in:
parent
c15bb5c8d5
commit
0004b1c785
1 changed files with 3 additions and 1 deletions
|
@ -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, '')
|
||||
|
|
Loading…
Reference in a new issue