continuation of oUF_GPS

This commit is contained in:
Crum
2018-05-31 12:09:08 -05:00
parent e1842c2779
commit 17996e58ca
4 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ local CreateFrame = CreateFrame
function UF:Construct_GPS(frame)
local gps = CreateFrame("Frame", nil, frame)
gps:SetFrameLevel(frame:GetFrameLevel() + 50)
-- gps:Hide()
gps:Hide()
gps.Texture = gps:CreateTexture("OVERLAY")
gps.Texture:SetTexture([[Interface\AddOns\ElvUI\media\textures\arrow.tga]])