#16 - change per ticket to have the upper right align properly
urnati [11-02-19 - 20:52]
#16 - change per ticket to have the upper right align properly
diff --git a/TitanClassicLocation/TitanClassicLocation.lua b/TitanClassicLocation/TitanClassicLocation.lua
index f2ff4ec..3c7817d 100755
--- a/TitanClassicLocation/TitanClassicLocation.lua
+++ b/TitanClassicLocation/TitanClassicLocation.lua
@@ -567,7 +567,7 @@ function TitanMapFrame_OnUpdate(self, elapsed)
if (mloc == "TOPRIGHT") then
TitanMapPlayerLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -10, -28)
- TitanMapCursorLocation:SetPoint("TOPLEFT", TitanMapPlayerLocation, "BOTTOMLEFT", 0, 0)
+ TitanMapCursorLocation:SetPoint("TOPRIGHT", TitanMapPlayerLocation, "BOTTOMRIGHT", 0, 0)
elseif (mloc == "TOPLEFT") then
TitanMapPlayerLocation:SetPoint("TOPLEFT", WorldMapFrame, "TOPLEFT", 10, -28)
TitanMapCursorLocation:SetPoint("TOPLEFT", TitanMapPlayerLocation, "BOTTOMLEFT", 0, 0)
@@ -619,6 +619,7 @@ function TitanPanelLocation_CreateMapFrames()
local cursortext = frame:CreateFontString("TitanMapCursorLocation", "ARTWORK", "GameFontNormal");
cursortext:SetPoint("TOPRIGHT",WorldMapFrame,"TOPRIGHT",0,0);
frame:HookScript("OnUpdate",TitanMapFrame_OnUpdate);
+TitanDebug("Location_CreateMapFrames")
end
end);