Moved DrawLine from RenderHelpers to Utility.

This commit is contained in:
Simon Holmberg
2012-10-19 03:45:17 +02:00
parent 5cb05d1c3f
commit ce2264c737
6 changed files with 29 additions and 48 deletions
@@ -2,5 +2,4 @@ ToolTip = CreateFrame("Frame")
local text = CreateFrame("Text", ToolTip)
text:SetFont("Arial")
text.Value = "99%"
ToolTip.Text = text
text.Value = "99%"