Moved DrawLine from RenderHelpers to Utility.
This commit is contained in:
@@ -2,5 +2,4 @@ ToolTip = CreateFrame("Frame")
|
||||
|
||||
local text = CreateFrame("Text", ToolTip)
|
||||
text:SetFont("Arial")
|
||||
text.Value = "99%"
|
||||
ToolTip.Text = text
|
||||
text.Value = "99%"
|
||||
Reference in New Issue
Block a user