Fixed an issue with the graphics on the waypoint arrow, thanks Krill3 for the report.
James Whitehead II [08-04-08 - 18:12]
Fixed an issue with the graphics on the waypoint arrow, thanks Krill3 for the report.
diff --git a/TomTom_CrazyArrow.lua b/TomTom_CrazyArrow.lua
index ff5721b..ea7bcb6 100644
--- a/TomTom_CrazyArrow.lua
+++ b/TomTom_CrazyArrow.lua
@@ -64,8 +64,8 @@ end
local twopi = math.pi * 2
local wayframe = CreateFrame("Button", "TomTomCrazyArrow", UIParent)
-wayframe:SetHeight(56)
-wayframe:SetWidth(42)
+wayframe:SetHeight(42)
+wayframe:SetWidth(56)
wayframe:SetPoint("CENTER", 0, 0)
wayframe:EnableMouse(true)
wayframe:SetMovable(true)